p, H1, H2, H3, H4, H5, H6, A, UL,OL {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin-left : 2px;
}
H1 {
	font-size : 18pt;
	font-weight : normal;
	background : #21295A;
	color : White;
	line-height : 33px;
	padding-left : 10px;
}
H2 {
	font-size : 14pt;
	font-weight : bold;
	color : #21295A;
}
H3 {
	font-size : 12pt;
	font-weight : bold;
	color : #21295A;
}
H4 {
	font-size : 12pt;
	font-weight : bold;
	color : Silver;
}
H5, p {
	font-size : 10pt;
	font-weight : normal;
	line-height : 100%;
}
H6 {
	font-size : 8pt;
	font-weight : bold;
	color : #21295A;
}
A {
	color: #6699FF;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none;
}
A:HOVER {
	color : Red;
	text-decoration : none;
	background : transparent;
}
UL {
	color : #21295A;
	font-size : 10pt;
	font-weight : bold;
	list-style : square inside;
	padding-left : 10px;
}
OL {
	color : #21295A;
	font-size : 10pt;
	font-weight : bold;
	padding-left : 10px;
	list-style-type : decimal;
	margin-left : 20px
}

HR {
	color : #21295A;	} 

