@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
H3 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #FF6600;
   font-size: 12px;
   font-weight: bold;
}
P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}
.bodytext a:link {	color: #666666;	text-decoration: none;}
.bodytext a:visited {	color: #666666;	text-decoration: none;}
.bodytext a:hover {	color: #FF6600;	text-decoration: none;}
.bodytext a:active {	color: #666666;	text-decoration: none;}

.bodytext_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
}
.bodytext_italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}
.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #666666;
}
.disclaimer a:link {	color: #666666;	text-decoration: none;}
.disclaimer a:visited {	color: #666666;	text-decoration: none;}
.disclaimer a:hover {	color: #FF6600;	text-decoration: none;}
.disclaimer a:active {	color: #666666;	text-decoration: none;}

.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #999999;
}
.top_navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
}
.top_navigation a:link {	color: #666666;	text-decoration: none;}
.top_navigation a:visited {	color: #666666;	text-decoration: none;}
.top_navigation a:hover {	color: #FF6600;	text-decoration: none;}
.top_navigation a:active {	color: #666666;	text-decoration: none;}


/*  Navigation  */
#nav {
	clear: both;	
	margin: 0; padding: 0;
	z-index: 1;
}
#nav ul {
	float: right;
	list-style: none;
	margin: 0;	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: right;
	margin: 0;	padding: 0 10px;
	font: bold 10px Verdana, Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: -0.3px;
	color: #fff;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #fff;
	background: none;
	border: none;
	font-style: bold;
}
#nav ul li.nav-selected a {	
	color: #fff;		
}
