a:link
{
	color: rgb(0, 0, 0); 
}
a:visited
{
	color: rgb(0, 0, 0); 
} 
a:active 
{
	color: rgb(0, 0, 0);
}
A:hover 
{   color: #FF0000; 
}
body
{
	background-color: rgb(255, 255, 255);
	
}
.style1           { font-family: Times New Roman; font-size: 20pt; font-weight: bold;}
.style11           { font-family: Arial; font-size: 15pt; font-weight: normal; }
.style2           { font-family: Times New Roman; font-size: 14pt; font-weight: normal; }
.style3           { font-family: Times New Roman; font-size: 14pt; font-weight: bold;}
.style4           { font-family: Times New Roman; font-size: 13pt; font-weight: normal;}

input        { font-size: 10pt; font-family: MS Sans Serif }
textarea     { font-size: 10pt; font-family: MS Sans Serif }
select       { font-family: Arial; font-size: 10pt; color: #000000 }