BODY {font-family: verdana; font-size: 11pt; color: #000000; padding: 0px; margin: 0 0 0 0; background-image:url(background.png); background-repeat:repeat-y;}
TD {font-family: verdana; font-size: 11pt; color: #000000; }
A:link {color:#005b88; text-decoration: none; font-weight : bold;}
A:visited {color:#005b88; text-decoration: none; font-weight : bold;}
A:hover {color:#0052a0; text-decoration: underline; font-weight : bold;}
.normbodytext{font-family:Verdana;font-size:11pt;color:#000000;}
.normalheader {
	color: #005B88;
	font-size: 16pt;
}
.toptext {font-family: verdana; font-size: 7pt; color: #FFFFFF; }
.maintext{font-family:verdana;font-size:8pt;color:#000000;}
.formstyle {font-family: verdana; font-size: 8pt; color:#000000; background-color:#efefef;}
.caption {font-family: verdana; font-size: 7pt; color: #999999; }
.unlinked {color: #333333; }
.smalltxt{font-family:verdana;font-size:8pt;color:#000000;}
.leftlink{font-family:verdana;font-size:8pt;font-weight:bold;}
.leftlink2{font-family:verdana;font-size:7pt;}
H1{font-family:Trebuchet MS;font-size:18pt;font-weight:bold;color:#990033;}
H2{font-family:Arial;font-size:14pt;font-weight:bold;color:#000000;}
H3{font-family:Arial;font-size:10pt;font-weight:bold;color:#000000;}
.uxbodytext{font-family:Verdana;font-size:8pt;color:#000000;}
.uxcaption{font-family:Times New Roman;font-size:12pt;font-style:italic;color:#336600;}
.uxheading{font-family:Trebuchet MS;font-size:18pt;font-weight:bold;color:#990033;}
.uxsmallcap{font-family:Verdana;font-size:7pt;color:#336600;}
.uxsubheading{font-family:Arial;font-size:10pt;font-weight:bold;color:#990000;}

/* Menu */


#menutop {
	width: 779px;
	background-color: #yyyyyy;
	color:#000000;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
}

#menutop ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menutop li {
	display: inline;
}

#menutop a {
	padding: 3px 3px 3px 3px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;

}

#menutop a:link {
	color:#0052a0;
	
}
#menutop a:active{
color:#005b88;
	background-color: #ffffff;
}

#menutop a:visited {
	color:#0052a0;

}

#menutop a:hover {
	color:#ffffff;
	background-color: #0052a0;
	
}





#menuside {
}

#menuside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuside li {
	display: inline;
}
#menuside a:link {
	color:#ffffff;
} 

#menuside a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 13px;
	background-color: #0052a0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	}
#menuside a:visited {
	color:#ffffff;
}

#menuside a:hover {
	
	background-color: #ffffff;
	color: #08346B;


}


#menuside .active a {
	background: #0052a0;
	color: #ffffff;
}