body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #292929;
}
p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h2 {
	font-size:20px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC00;
	}
	
h3 {
	font-size:14px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC00;
	}	

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
	white-space: nowrap;
	
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
	white-space: nowrap;
	
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: underline;
	white-space: nowrap;
}


.bottommenu_table {
	text-align: center;
	/*width: 95%;*/
	white-space: nowrap;
}

a.bottommenu:link {
	font-family: "Trebucket MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #292929;
	text-align: center;
	padding: 5px;	
}
a.bottommenu:visited {
	font-family: "Trebucket MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #292929;
	text-align: center;
	padding: 5px;	
}
a.bottommenu:hover {
	font-family: "Trebucket MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #FFFF00;
	text-align: center;
	padding: 5px;	
}

.submenu_popup {
	background-color: #2e2e2e;
	border: thin solid #2e2e2e;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
} 

a.bottommenu2:link {
	font-family: "Trebucket MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #292929;
	padding: 10px;	
display: block;

}
a.bottommenu2:visited {
	font-family: "Trebucket MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #292929;
	padding: 10px;		
display: block;

}
a.bottommenu2:hover {
	font-family: "Trebucket MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #FFFF00;
	padding: 10px;	
display: block;
}

.descriptive_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
	color: #969696;
	line-height: 18px;
	margin-right: 10px;
	margin-bottom: 10px;
}


