@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.bodywhite {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}
#secondContainer p {
	color:#FFF;
}

.bodywhitebold {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
}

.divblue {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-align:left;
}
.bodyblackbold {
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	text-align:left;
	font-weight:bold;
}
.divblue3 {
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	text-align:left;
}	
a:link { color:#FFF; text-decoration: none;}
a:visited { color:#FFF; text-decoration: none;}
a:hover { color: #0099CC; text-decoration:underline;}
a:active { color:#FFF; text-decoration: none;}

.bodyblack a:link { color:#000; text-decoration: none;}
.bodyblack a:visited { color:#000; text-decoration: none;}
.bodyblack a:hover { color: #0099CC; text-decoration:underline;}
.bodyblack a:active { color:#000; text-decoration: none;}	

.twitter_layout a:link { color: #000; text-decoration: none;}
.twitter_layout a:visited { color: #000; text-decoration: none; }
.twitter_layout a:hover { color: #0099CC;text-decoration:underline;}
.twitter_layout a:active { color: #000; text-decoration: none;}

#thirdContainer a:link { color: #000; text-decoration: none;}
#thirdContainer a:visited { color: #000; text-decoration: none;}
#thirdContainer a:hover { color: #0099CC; text-decoration:underline;}
#thirdContainer a:active { color: #0099CC; text-decoration: none;}

li { 
	margin: 0em; 
	line-height: 2em;
	list-style-type: none;
	list-style-position:outside;
}
.blackTooltip {
	font:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#s000;
	}	
.subLinkArrows {
	font-size: 10px;
	margin: 0;
	font-weight: bold;
}