/* CSS definition file containing site wide stylesheets */

BODY {
	color: rgb(255,255,255)
}

A:active {
	color: rgb(204,204,204);
 	font-weight: bold
}

A:link {
	color: rgb(255,255,255);
 	font-weight: bold
}

UL {
	margin-top: 6pt;
 	margin-bottom: 6pt
}

A:visited {
	color: rgb(204,204,204);
 	font-weight: bold
}

H1 {
	color: rgb(255,255,255)
}

H2 {
	color: rgb(255,255,255)
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,255);
 	text-indent: 0.25pt
}

LI {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt
}

A {
	color: rgb(204,204,204);
 	font-weight: bold
}

.View {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 7pt;
 	text-transform: none;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline;
 	text-decoration: none ;
 	font-variant: normal
}

H6 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	font-variant: small-caps;
 	text-align: center;
 	margin-top: 0pt;
 	margin-bottom: 0pt
}

A:hover {
	color: rgb(204,204,204);
 	font-weight: bold
}