/* CSS Document */
a
{
	font-family: Trebuchet MS;
	font-size:10.0pt;
	color: rgb(0,0,160);
	text-decoration:none; 
}
body
{
	font-family: Trebuchet MS;
	font-size:10.0pt;
	color: rgb(0,0,0);
	text-decoration:none; 
}
a:hover
{
	font-family: Trebuchet MS;
	font-size:10.0pt;
	color: rgb(255,0,0);
	text-decoration:underline; 
}
a:active 
{
	font-family: Trebuchet MS;
	font-size:10.0pt;
	color: rgb(255,0,0);
	text-decoration:underline;
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
h1
{
	font-family: Trebuchet MS;
	font-size:14.0pt;
	color: rgb(153,204,0);
	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);
}