BODY {
	background-color : White;
}

A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: Blue;
	font-weight : normal;
	text-decoration : underline;
}

A.nav {
	font-family : Verdana;
	font-size : 8pt;
	color: White;
	font-weight : bold;
	text-decoration : none;
}

A.nav:HOVER {
	font-family : Verdana;
	font-size : 8pt;
	color: White;
	font-weight : bold;
	text-decoration : underline;
}

A.detail {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: Blue;
	font-weight : normal;
	text-decoration : none;
}

A.detail:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: Blue;
	font-weight : normal;
	text-decoration : underline;
}

A.email {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: Navy;
	font-weight : normal;
	text-decoration : none;
}

A.email:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: Blue;
	font-weight : normal;
	text-decoration : underline;
}

A.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: Black;
	font-weight : normal;
	text-decoration : underline;
}

A.copyright:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: Blue;
	font-weight : normal;
	text-decoration : underline;
}

TD.text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: Black;
	font-weight : normal;
}
TD.textbold {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: Navy;
	font-weight : bold;
}

TD.nav {
	font-family : Verdana;
	font-size : 8pt;
	color: #FF9933;
	font-weight : bold;
	text-decoration : none;
}

TD.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: Black;
	font-weight : normal;
}
