@charset "utf-8";
/* CSS Document */

BODY {
	background-color : transparent;
	font-family : Verdana, Arial, sans-serif;
	font-size : 8pt;
}
TABLE,TR,TD,P{
	font-size : 8pt;
	color : #373737;
}
	
A {
	color : #373737;
	text-decoration : underline;
}

A:HOVER {
	color : #373737;
	text-decoration : underline;
}

A.menulink:LINK {
	font-size : 8pt;
	color : White;
	text-decoration : none;
}

A.menulink:VISITED {
	font-size : 8pt;
	color : White;
	text-decoration : none;
}

A.menulink:ACTIVE {
	font-size : 8pt;
	color : White;
	text-decoration : none;
}

A.menulink:HOVER {
	font-size : 8pt;
	color : grey;
	text-decoration : underline;
}



A.whitelink:LINK {
	color : White;
	text-decoration : underline;
}

A.whitelink:VISITED {
	color : White;
	text-decoration : underline;
}

A.whitelink:ACTIVE {
	color : White;
		text-decoration : underline;
}

A.whitelink:HOVER {
	color : maroon;
}

A.bodylink:LINK {
	font-size : 8pt;
	color : Black;
	text-decoration : underline;
}

A.bodylink:VISITED {
	font-size : 8pt;
	color : Black;
	text-decoration : underline;
}

A.bodylink:ACTIVE {
	font-size : 8pt;
	color : maroon;
		text-decoration : underline;
}

A.bodylink:HOVER {
	font-size : 8pt;
	color : maroon;
	text-decoration : underline;
}
	
.SubHeaderBoldText14 {
	border-bottom:1px inset #00A3DD;
	border-color:#000;
	border-width:1px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	font-style:italic;
	font-weight:normal;
}

