/* CSS Document */

a 
{
       font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
       color: #666666;
       font-size: 75%;
       font-weight: bold;
	   text-decoration:none;
       }
div {
       font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
       color: #666666;
       font-size: 10px;
       text-decoration:none;
       }
a:hover
{
	font-family: Trebuchet MS;
	font-size:75%;
	font-weight: bold;
	background: #ff0000;
	color: #ffffff;
	text-decoration:none; 
}
a:active 
{
	font-family: Trebuchet MS;
	font-size:75%;
	font-weight: bold;
	background: #ff0000;
	color: #ffffff;
	text-decoration:none;
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
h1
{
	font-family: Trebuchet MS;
	font-size:10.0pt;
	color: #000000;
	text-decoration:none
}
h2
{
	font-family: Trebuchet MS;
	color: rgb(153,204,0);
	font-size:14.0pt; 
	font-style:italic; 
}
h3
{
	font-family: Times New Roman, Times;
	color: rgb(0,102,153); 
}
h4
{
	font-family: Times New Roman, Times;
	color: rgb(153,153,0);
}
h5
{
	font-family: Times New Roman, Times;
	color: rgb(255,153,0);
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(51,102,204);
}