.navnormal
{
	font-family: 'Times New Roman' , Arial;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	width: 95%;
}
.navnormal:hover
{
	font-family: 'Times New Roman' , Arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	width: 95%;
}
.navselected
{
	font-family: 'Times New Roman' , Arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	width: 95%;
}
.navselected:hover
{
	font-family: 'Times New Roman' , Arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	width: 95%;
}
.navsubnormal
{
	font-family: 'Times New Roman' , Arial;
	font-size: 11pt;
	font-weight: normal;
	color: white;
	text-decoration: none;
	width: 95%;
}
.navsubnormal:hover
{
	font-family: 'Times New Roman' , Arial;
	font-size: 11pt;
	font-weight: normal;		
	color: white;
	text-decoration: underline;
	width: 95%;
}
.navsubselected
{
	font-family: 'Times New Roman' , Arial;
	font-size: 11pt;
	font-weight: normal;		
	color: white;
	text-decoration: underline;
	width: 95%;
}
.background1
{
	background-color: #0000AA;
}
.header1
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-family: Arial;
	background-color: #000099;
}
.stats
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
}
.header2
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Arial;
	text-decoration: none;
	background-color: #0000ff;
}
.standard
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
}
.caption
{
	font-size:75%;
	font-family: Tahoma;
}
.error1
{
	font-size: 8pt;
	color: red;
	font-family: Arial;
}
.error2
{
	font-size: 9pt;
	color: red;
	font-family: Arial;
}
.hot
{
	font-size: 8pt;
	color: red;
	font-family: Arial;
}
.bold
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.normal
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.normallabel
{
	padding-left: 5px;
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.normallink
{
	font-size:10pt;
	color: black;
	font-family: Arial;
	text-decoration: underline
}
.menulinkselected
{
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial;
	color: black;
	text-decoration: underline;
}
.menulink
{
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial;
	color: gray;
	text-decoration: underline;
}
.companies
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
.companies:hover
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-decoration: underline;
}
.border
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom:gray 1px solid;
}
.blueborder
{
	border-right: #0000ff 1px solid;
	border-top: #0000ff 1px solid;
	border-left: #0000ff 1px solid;
	border-bottom:#0000ff 1px solid;
}
.stdborder
{
	border-top:gray 1px solid;
	border-right: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
.datagridfooter
{
	border-top: solid 2px black;
}
.datagridspan
{
	border-right: solid 2px black;
}