@charset "utf-8";
/*	 		.::  COMMON  ::.			*/
/*	 									*/
/* clears */
.clear	 { clear: both; height: 0;	}
br.clear { height:1%; font-size:1px; line-height:1px; overflow:hidden; visibility: hidden; }

.nomargin	{	margin:0px;		}
.nopad		{	padding:0px;	}
.noborder	{	border:0px;		}
.nospace	{	margin:0px; padding:0px; border:0px none; }
.aR{ text-align:right; }
.aL{ text-align:left; }
.aT{ vertical-align:top;  }
.aB{ vertical-align:bottom;  }
.b{	display:block; }
.f{ float:left; }
.s{	font-weight:bold;	}
.h{ visibility:hidden; }

.click{ cursor:pointer; }
.click:hover{ text-decoration:underline; }

.help{ cursor:help; }
.help:hover{ text-decoration:underline; }

.yellow { color:#FFFF00; }

/*	 		.::  RATEABLEVALUE COMMON  ::.			*/
/*	 												*/
.sideheading {
	font-size: 14px;
	letter-spacing: 0px;
	display: inline;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FF9900;
}
h1 {
	font-size: 20px;
	font-weight:lighter;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}
#textblock{
border-left:1px dashed #ffffff;
border-right:1px dashed #ffffff;
padding-left:10px;
padding-right:10px;
padding-top:10px;

}
#textblock2{
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;

}
.style3 {font-size: 10px}
.style4 {
	font-size: 16px;
	font-weight: bold;
}
.style5 {color: #FF0000}


#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	text-align:right;
	padding-right:10px;
}

#menu a{
	color: #cccccc;
	text-decoration:none;
}
#menu a:hover{
	color: #FFF105;
	text-decoration:underline;
}
.whitebodysmall, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


/*Nav Bar*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
	float:right;
}

#nav a {
	display: block;
	width: 70px;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	margin-left:5px;
	height:28px;
	line-height:28px;
	width: 70px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #666666;
	width: 70px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color:#5F6363;
}

#content {
	clear: left;
	color: #ccc;
}


