A.white:LINK {
	background-color : #2E508F;
	color : White;
	font-family : sans-serif;
	font-size : larger;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}
A.white:VISITED {
	background-color : #2E508F;
	color : #EEEEEE;
	font-family : sans-serif;
	font-size : larger;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}
A:LINK {
	color : #660099;
	font-family : sans-serif;
}
A:VISITED {
	color : #000099;
	font-family : sans-serif;
}
A:HOVER {
	color : #000099;
	font-family : sans-serif;
	background-color : #EEEEEE;
}


BODY {
	background-color : transparent;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
H1 {
	background-color :#2E508F;
	font-family : sans-serif;
	font-style : italic;
	color : White;
	float : none;
	text-align : center;
}
H2 {
	font-family : sans-serif;
	font-style : italic;
	color : #2E508F;
	margin-left : 3px;
}
H3 {
	color : #2E508F;
	font-family : sans-serif;
	font-style : normal;
		margin-left : 3px;
}
H4 {
	color : #2E508F;
	font-family : sans-serif;
		margin-left : 3px;
}
P {
	color : Navy;
	font-family : sans-serif;
		margin-left : 3px;
}
BLOCKQUOTE, H5, H6, LI, TD {
	font-family : sans-serif;
		margin-left : 3px;
}

HR {
	color : #2e508f;
	width : 90%;
	height : 3px;
}
OL {
	font-family : sans-serif;
	list-style-type : decimal;
		margin-left : 3px;
}
UL {
	font-family : sans-serif;
	list-style-image : url(images/bulletdiamond.gif);
		margin-left : 3px;
}
.white {
	color : White;
}