/* Formatting */

body {
	font-family: Tahoma;
	background-color:#323232;
	background-image: url(images/tall1.jpg);
	background-repeat: repeat-x;
 	margin:0px;
  	padding:0px;
	top-margin:0px;
}

td {
	font-family: Tahoma;
}

th {
	font-family: Tahoma;
}

/* Generic Links */

a:link { 
	font-size: 11px;
	font-weight:normal;
	color: #999999;
	font-family: Tahoma;
	text-decoration:none;
	}
a:visited { 
	font-size: 11px;
	font-weight:normal;
	color: #999999;
	font-family: Tahoma;
	text-decoration:none;
	}
a:hover { 
	font-size: 11px;
	font-weight:normal;
	color: #999999;
	font-family: Tahoma;
	text-decoration:none;
	}
a:active { 
	font-size: 11px;
	font-weight:normal;
	color: #999999;
	font-family: Tahoma;
	text-decoration:none;
	}

/* Content */

.contentGray {
	font-size: 11px;
	font-weight:normal;
	color: #999999;
	font-family: Tahoma;
	text-decoration:none;
}

.contentGray:link {
	font-size: 11px;
	font-weight:normal;
	color: #999999;
	font-family: Tahoma;
	text-decoration:none;
}

.contentGray:visited {
	font-size: 11px;
	font-weight:normal;
	color: #999999;
	font-family: Tahoma;
	text-decoration:none;
}

.contentGrayBig {
	font-size: 13px;
	font-weight:bold;
	color: #999999;
	font-family: Tahoma;
	text-decoration:none;
}

.contentOrange {
	font-size: 11px;
	color: #FF9300;
	font-family: Tahoma;
	text-decoration:none;
}

.contentOrange:link {
	font-size: 11px;
	color: #FF9300;
	font-family: Tahoma;
	text-decoration:none;
}

.contentOrange:visited {
	font-size: 11px;
	color: #FF9300;
	font-family: Tahoma;
	text-decoration:none;
}

.contentOrange:active {
	font-size: 11px;
	color: #FF9300;
	font-family: Tahoma;
	text-decoration:none;
}

/* News */

.newsTitle {
	font-size: 20px;
	color: #FF9300;
	font-family: Tahoma;
	text-decoration:none;
}

.newsTitle:link {
	font-size: 20px;
	color: #FF9300;
	font-family: Tahoma;
	text-decoration:none;
}

.newsTitle:visited {
	font-size: 20px;
	color: #FF9300;
	font-family: Tahoma;
	text-decoration:none;
}

.newsTitle:active {
	font-size: 20px;
	color: #FF9300;
	font-family: Tahoma;
	text-decoration:none;
}

/* Demos & Events */

.bigOrange {
	font-size: 22px;
	color: #FF9300;
	font-family: Tahoma;
	text-decoration:none;
}

.bigOrange:link {
	font-size: 22px;
	color: #FF9300;
	font-family: Tahoma;
	text-decoration:none;
}

.bigOrange:visited {
	font-size: 22px;
	color: #FF9300;
	font-family: Tahoma;
	text-decoration:none;
}

.bigOrange:active {
	font-size: 22px;
	color: #FF9300;
	font-family: Tahoma;
	text-decoration:none;
}

.bigGray {
	font-size: 20px;
	color: #999999;
	font-family: Tahoma;
	text-decoration:none;
}

.bigGray:link {
	font-size: 20px;
	color: #999999;
	font-family: Tahoma;
	text-decoration:none;
}

.bigGray:visited {
	font-size: 20px;
	color: #999999;
	font-family: Tahoma;
	text-decoration:none;
}

.bigGray:active {
	font-size: 20px;
	color: #999999;
	font-family: Tahoma;
	text-decoration:none;
}
/* Section Titles */

.titleGray {
	font-size: 16px;
	font-weight:normal;
	color: #FF9300;
	font-family: Tahoma;
	text-decoration:none;
}

.headlinesSubtitle {
	color:#FFFFFF;
	font-size:13px;
}

.headlinesRed {
	font-size: 11px;
	font-weight:normal;
	color: #FF0000;
	font-family: Tahoma;
	text-decoration:none;
}

.headlinesRed:link {
	font-size: 11px;
	font-weight:normal;
	color: #FF0000;
	font-family: Tahoma;
	text-decoration:none;
}

.headlinesRed:visited {
	font-size: 11px;
	font-weight:normal;
	color: #FF0000;
	font-family: Tahoma;
	text-decoration:none;
}

.headlinesGreen {
	font-size: 11px;
	font-weight:normal;
	color: #00CC00;
	font-family: Tahoma;
	text-decoration:none;
}

.headlinesGreen:link {
	font-size: 11px;
	font-weight:normal;
	color: #00CC00;
	font-family: Tahoma;
	text-decoration:none;
}

.headlinesGreen:visited {
	font-size: 11px;
	font-weight:normal;
	color: #00CC00;
	font-family: Tahoma;
	text-decoration:none;
}

.headlinesBlue {
	font-size: 11px;
	font-weight:normal;
	color: #0140FE;
	font-family: Tahoma;
	text-decoration:none;
}

.headlinesBlue:link {
	font-size: 11px;
	font-weight:normal;
	color: #0140FE;
	font-family: Tahoma;
	text-decoration:none;
}

.headlinesBlue:visited {
	font-size: 11px;
	font-weight:normal;
	color: #0140FE;
	font-family: Tahoma;
	text-decoration:none;
}
/* Navigation */

ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:17px
	}
	
li {
	background:url(images/pointer.gif) center left no-repeat;
	padding:0 0 0 15px
	}