BODY {
	color: #400040;
	font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
    font-weight: normal;
    font-variant: none;
   	background-attachment: fixed;
	background-image:url("BG.jpg");
	background-repeat: repeat-x;
	background-color: #5D0000;
;
}

A:LINK, A:VISITED {
	color : #0000FF;
	text-decoration : none
}

A:HOVER {
	background-color : #FFFF00;
	color : #FF0000;
	text-decoration : underline
}

A:ACTIVE {
	background-color : #FFFF00;
	color : #FF0000;
	text-decoration : underline
}


H1 {
	font-family: Verdana;
	font-size: 14px;
}

H2 {
	font-family : Verdana;
	font-size : 13px;
	
}

H3 {
	font-family : Verdana;
	font-size : 12px;
	
}

table {
	font-family: Verdana;
	font-size: 11px;
}
TD {
	FONT-SIZE: 9pt; 
}