.bodytext {
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: 300;
}
.bodytextbold {
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}
.bodyhdr {
	font-size:11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
.bodyhdrblue {
	font-size:11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
}
.bodyhdrred {
	font-size:13pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc0000;
}
.bodysubhdg {
	font-size:11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000033;
}
.sectionhdr {
	font-size:15pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
}
.tabledata {
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: 300;
}
.tabledatabold {
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
}
.tabledatahdr {
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}	
.input{
	border-left: solid 1px;
	border-left-color: #000000;
	border-top: solid 1px;
	border-top-color : #000000;
	border-bottom: solid 1px;
	border-bottom-color : #000000;
	border-right: solid 1px;
	border-right-color : #000000;
	}	
.topnavlinks {
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.subnavlinks {
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#000000;
	text-decoration: none;
}
.subnavlinksover {
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#000000;
	text-decoration: underline;
}
.sidenavlinks {
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
	color: Black;
	text-decoration: none;
}
.sidenavlinksover {
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
	color: Black;
	text-decoration: underline;
}
.sidenavhdr {
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: Black;
	text-decoration: none;
}
.sitemaplinks{
	text-decoration : none;
	font-size: 10pt;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
}
.sitemapover{
	text-decoration : none;
	font-size: 10pt;
	font-weight: bold;
	color: #000033;
	text-decoration: underline;
}

BODY {
	background: White;	
	font-family: Arial, Helvetica, sans-serif;
	color : Black;
}


A:link {color: #000033; text-decoration:underline;}
A:visited {color: #000033; text-decoration: underline;}
A:hover {color: #0099CC; text-decoration:underline;}
A:active {color: #0099cc; text-decoration:underline;}


