a:link {
	color: #cc0000; text-decoration:none 
}

a:visited {
	color: #cc0000;  text-decoration:none
} 

a:hover { 
	color: #808080;
	text-decoration:underline
}

body
{
	font-family: Arial, Verdana;
	font-size:9pt; 
	margin-top:4; 
	margin-bottom:4; 
	background-color:#ffffff;
	color:#808080 
}

table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
	font-family: Arial; 
	font-size:9pt; 
	background-color:#FFFFFF;
	color:#808080 
}

h1, h2 {
	font-family: Arial, Verdana;
}

h1 {
	color: #cc0000; font-size:11pt
}

h2 {
	color: #33CCFF; 
}