BODY {
	background-color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
}
TABLE, TR,TD {
	color : Black;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
}
A {
	color : Black;
		font-size : 10pt;
		text-decoration : underline;
}
A:HOVER {
	color : Red;
	text-decoration : underline;
}

A.whitelink:LINK {
	color : White;
	text-decoration : none;
}

A.whitelink:VISITED {
	color : White;
	text-decoration : underline;
}

A.whitelink:ACTIVE {
	color : White;
		text-decoration : underline;
}

A.whitelink:HOVER {
	color : #FF66CC;
}



.BoldHeading {
	font : Arial, Helvetica, sans-serif;
	color : #990000;

	font-weight : bold;
	font-variant : small-caps;
	font-size : 11pt;
	word-spacing : normal;
	letter-spacing : 1px;
}
.justify {
	text-align: justify;
}
