a:link
{
	color: rgb(98,8,34); 
}
a:visited
{
	color: rgb(0,0,255); 
} 
a:active 
{
	color: rgb(255,153,0);
}
table
{
	table-border-color-light: rgb(193,9,46);
	table-border-color-dark: rgb(193,9,46); 
	font-family: Verdana, Arial, Helvetica; 
    font-size: 9pt;
	color: rgb(128,12,12);
	background-color: #ffffff;
	
}
body
{
	font-family: Verdana, Arial, Helvetica; 
    font-size: 9pt;
	color: rgb(128,12,12);
	background-image: url("images/background.jpg"); scrollbar-face-color: #f3f3f3; scrollbar-shadow-color: #cccccc; scrollbar-highlight-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-darkshadow-color: #cccccc; scrollbar-track-color: #ffffff; scrollbar-arrow-color: ##00CCFF; 
}

h1
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: rgb(0,64,128);
}
h2
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	color: rgb(0,64,128); 
}
h3
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14pt;
	color: rgb(0,102,153); 
}
h4
{
	font-family: Verdana, Arial, Helvetica;
    font-size: 10pt
	color: rgb(0,102,153);
}
h5
{
	font-family: Times New Roman, Times;
	color: rgb(255,153,0);
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(51,102,204);
}