BODY {
	background-color: #5D0000;
	color: #400040;
	font-family: Verdana;
	font-size: 9px;
    background-attachment: fixed;
	background-image:url("img/BG.jpg");
	background-repeat: repeat-x;
}

A:LINK, A:VISITED {
	color : #C40040;
	text-decoration : none
}

A:HOVER {
	background-color : #FFFF00;
	color : #FF0000;
	text-decoration : underline
}

H1 {
	font-family: Verdana;
	font-size: 13px;
}

H2 {
	font-family : Verdana;
	font-size : 13px;
	
}

H3 {
	font-family : Verdana;
	font-size : 12px;
	
}

table {
	font-family: Verdana;
	font-size: 11px;
	background-color:#FFFFFF;
	border-left:1px solid #990000;
	border-right:1px solid #990000;
}
TD {
	FONT-SIZE: 9pt; 
}