BODY, TD {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: justify;
}

p {
	color : #000000;
	display : block;
	font-family : "Times New Roman", Times, serif;
	font-size : 13px;
	font-style : normal;
}

H1 {
	border : thick;
	border-color : Black;
	font : bolder small-caps normal 24px "Times New Roman", Times, serif;
	text-align : center;
	color : #0033CC;
}

H2 {
	font-size: 15px;
	color: #0000CC;
	text-align : center;
	font-style : normal;
; font-weight: bold
}

H3 {
	font-size: 15px;
	color: Black;
	text-align : center;
	text-decoration : none;
}

H4 {
	font-size: 13px;
	font-variant: small-caps;
	color : Black;
}

A {
	text-decoration: underline;
	color: #0099FF;
; font-size: 13px
}

A:Hover {
	text-decoration: underline;
	color: #00FF00;
	font-size : 13px;
}

HR {
	color: blue;
	height: 1pt;
}
BODY { background-color: #FFFFFF}