BODY {
	color: Black;
	background-color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	background-image: url(images/background-grad1.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
}
TABLE, TBODY, TR, TD, P{
	color : Black;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
}

A {
	color : Black;
		font-size : 10pt;
		text-decoration : underline;
}

A:HOVER {
	color : #0033FF;
	text-decoration : underline;
}


A.whitelink:LINK {
	color : White;
	font-size : 10pt;
	text-decoration : none;
}
A.whitelink:HOVER {
	font-size : 10pt;
	color : #0099FF;
	text-decoration : Underline;
}

A.whitelink:visited{
	color : White;
	font-size : 10pt;
	text-decoration : none;
}
A.whitelink:ACTIVE {
	color : White;
		font-size : 10pt;
		text-decoration : underline;
}


.BoldHeading {
	font : Arial, Helvetica, sans-serif; 
	color : Red;
	font-weight : bold;
	font-variant : small-caps;
	letter-spacing: 3px;
	font-size : 10pt;
}

