@charset "utf-8";
body { margin: 0px; }
TABLE, SELECT, INPUT, DIV { font-size:small; font-family: Verdana; color:#333333; }
IMAGE { border-width:0px; }

A { font-family:Verdana; color:#FFFFFF; text-decoration: underline; }
A:hover{ font-family:Verdana; color:#FF0000; text-decoration:underline; }

small	{ font-size: smaller; }
big		{ font-size: larger; }
h1		{ font-size: xx-large; }
h2		{ font-size: x-large; }
h3		{ font-size: large; }
h4		{ font-size: medium; }
h5		{ font-size: small; }
h6		{ font-size: xx-small; }
font[size=1]	{ font-size: xx-small; }
font[size=2]	{ font-size: small; }
font[size=3]	{ font-size: medium; }
font[size=4]	{ font-size: large; }
font[size=5]	{ font-size: x-large; }
font[size=6]	{ font-size: xx-large; }
font[size=7]	{ font-size: 300%; }
font[size=-1]	{ font-size: smaller; }
font[size=+1]	{ font-size: larger; }
font[size=-2]	{ font-size: 60%; }
font[size=+2]	{ font-size: 150%; }
font[size=+4]	{ font-size: 300%; }


/* Float bug */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display: inline-block; }

/* Holly Hack Targets IE Win only \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End Holly Hack */

.languageSelect { font-size:80%; color:#FFFFFF; }
	.languageSelect A { color:#FFFFFF; }
	.languageSelect A:hover { color:#FFFFFF; }

.leftMenu { font-size:95%; color:#FFFFFF; }
	.leftMenu A { color:#FFFFFF; text-decoration:none; }
	.leftMenu A:hover { color:#FFFFFF; text-decoration:none; }

.spacer { clear: both; }

.pathway { color:#555555; font-size:80%; border:1px #d1d1d1 solid; padding:8px 10px 8px 10px; }
	.pathway A { text-decoration:underline; color:#555555;}
	.pathway A:hover { text-decoration:underline; color:#FF0000;}

.contentBodyStyle { font-size:80%; line-height:1.6; color:#333333; margin-top:20px; }
	.contentBodyStyle div, .contentBodyStyle div div { font-size:100%; line-height:1.6; color:#333333; }
	.contentBodyStyle A { color:#333333; text-decoration:underline; }
	.contentBodyStyle A:hover { color:#FF0000; text-decoration:underline; }
	
#contentBodyStyle { }
	#contentBodyStyle A { color:#333333; text-decoration:underline; }
	#contentBodyStyle A:hover { color:#FF0000; text-decoration:underline; }

.footer { font-size:80%; color:#FFFFFF; }
	.footer div, .footer div div { font-size:100%; color:#FFFFFF; }
	.footer A { color:#FFFFFF; text-decoration:underline; }
	.footer A:hover { color:#FF0000; text-decoration:underline; }

P { color:#444444; }

.paging{
	font:11px Verdana;
	color:FFFFFF;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}
	.paging A { color:#FFFFFF; text-decoration:none;}
	.paging A:hover { color:#FFF200; text-decoration:none;}

OL, UL { margin-left: 30px; margin-bottom: 10px; }
LI { margin-bottom: 12px; }

.contentBodyStyle { font-size:80%; line-height:1.6; color:#333333; }
	.contentBodyStyle table, .contentBodyStyle table table { font-size:100%; color:#333333; }
