a:link
{
	color: #006496;
	text-decoration: underline;
	font-weight: bold; 
}
a:visited
{
	color: #808080;
	text-decoration: underline;
	font-weight: bold; 
} 
a:active 
{
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
a:hover 
{ 
	
	color:#FFF1D0; 
	text-decoration: none;
    font-weight: bold;
    background-color: #006496;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	background-color: #fff1d0;
	color: #006496;
 
}
#hover3 a{
text-decoration : underline;
}
#hover3 a:hover{
color : #FFC600;
text-decoration : underline;
background-color : transparent;
}
#hover3 a .hover3a {
color : #FFC600;
font-weight : bold;
text-decoration : underline;
}
#hover3 a:hover .hover3a {
color : #FFC600;
text-decoration : underline;
background-color : transparent;
font-weight : bold;
}
table
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	background-color: #fff1d0;
	color: #006496;
	table-border-color-light: #FFFF00;
	table-border-color-dark: #FFC600;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: #806000;
	font-size:12pt;
	font-weight:bold;
}
h2
{
	color: rgb(255,102,153); 
}
h3
{
	color: rgb(51,153,102); 
}
h4
{
	color: rgb(102,51,153);
}
h5
{
	color: rgb(255,102,153);
}
h6
{
	color: rgb(51,153,102);
}
