BODY {
	background-color: white;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
}

TABLE {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
}	

H1 {
	font-family: verdana;
	font-size: 12pt;
 	color: gray;
	font-weight: bold;
}


FONT.tabletext {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
 	color: #696969;
}

A:link {
	text-decoration: underline; 
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #800000;
}

A:visited {
	text-decoration: underline; 
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #800000;
}

A:hover {
	text-decoration: underline; 
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #B22222;
}

A:active {
	text-decoration: underline; 
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #B22222;
}
	

