BODY {font-family: verdana; font-size: 12pt; color: #000000; padding: 0px; margin: 0 0 0 0; background-color: #747358;}
TD {font-family: verdana; font-size: 12pt; color: #000000; }
A:link {color:#0052a0; text-decoration: none; font-weight : bold;}
A:visited {color:#0052a0; text-decoration: none; font-weight : bold;}
A:hover {color:#0052a0; text-decoration: underline; font-weight : bold;}
.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:16pt;font-weight:bold;color:#0066CC;}
.uxsmallcap{font-family:Verdana;font-size:7pt;color:#336600;}
.uxsubheading{font-family:Arial;font-size:10pt;font-weight:bold;color:#990000;}

/* Menu */


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

#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:#ffffff;
	
	
}
#menutop a:active{
color:#270ECC;
	background-color: #ffffff;
}

#menutop a:visited {
	color:#ffffff;

}

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





#menuside { width: 177px;
}

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

#menuside li {
	display: inline;
}

#menuside a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	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:hover {
	color: #FFFFFF;
	background-color: #270ECC;
}

#menuside .active a {
	background: #BABABA;
	color: #000000;
}