BODY
 {
	text:navy;
	leftMargin:0;
	topMargin:0;
	marginheigh:0;
	marginwidth:0;
	SCROLLBAR-FACE-COLOR: #006699;
	SCROLLBAR-HIGHLIGHT-COLOR: #006699;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #CCFFFF;
	SCROLLBAR-TRACK-COLOR: #E3E3E3;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	background : #006699;
}

a {
	color: Blue;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: Yellow;
	text-decoration: overline
}
 
 
H1 {
	font-size: large;
	color: #639CFF;
}
H2 {
	font-size: 12pt;
	color: Yellow;
}

H3 {
	font-size: 14pt;
	color: #454545;
}

H4 {
	font-size: 11pt;
	font-variant: small-caps;
	font-weight: bold;
	color : White;
}


HR {
	color: Gray;
	height: 1pt;
}

 


