BODY {	
		SCROLLBAR-FACE-COLOR: #e9e9e9;
		SCROLLBAR-HIGHLIGHT-COLOR: #DFD7BE;
		SCROLLBAR-SHADOW-COLOR: silver;
		SCROLLBAR-3DLIGHT-COLOR: #ffffff;
		SCROLLBAR-ARROW-COLOR: gray;
		SCROLLBAR-TRACK-COLOR: #f3f3f3;
		SCROLLBAR-DARKSHADOW-COLOR: white
	}
	
.web:link
{
	color: rgb(0,102,153);
	font-size:9px;
	font-family:verdana; 
	text-decoration:none;
}

.web:visited
{
	color: rgb(0,102,153);
	font-size:9px;
	text-decoration:none;

} 

	
a:link
{
	color: rgb(0,102,153);
	font-size:11px;
	font-family:verdana; 
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color: #bc0000;
	text-decoration:underline;
} 


a:visited
{
	color: #bc0000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;

} 
a:active 
{
	color: rgb(0,102,102);
}
body
{
	font-family: Arial, Helvetica;
	color: rgb(0,51,51);
}

input
{ 	
	font-family: Verdana;
	font-size: 8pt; border-style: solid;
	border-width: 1
 }

table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times;
}
h1
{
	color: rgb(0,153,153);
}
h2
{
	color: rgb(102,102,102); 
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}