BODY {
	color : Black;
	background-color : #000000;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	background-image: url(/images/pagebg3.jpg);
	background-attachment: fixed;

}
TABLE, TR,TD{
	color : Black;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
}

A {
	color : #1F4076;
		font-size : 10pt;
		text-decoration : underline;
}

A:HOVER {
	color : Red;
	text-decoration : underline;
}

A.whitelink:LINK {
	color : White;
	text-decoration : none;
}
A.whitelink:HOVER {
	color : #3300FF;
	text-decoration : Underline;
}

A.whitelink:visited{
	color : White;
	text-decoration : none;
}
A.whitelink:ACTIVE {
	color : White;
		text-decoration : underline;
}





.BoldHeading {
	font : Arial, Helvetica, sans-serif; 
	color : #0000CC;
	font-weight : bold;
	font-variant : small-caps;
	letter-spacing: 3px;
	font-size : 10pt;
}

