a:link
{
	color: rgb(66,00,33); 
	text-decoration:none;
}
a:visited
{
	color: rgb(00,66,66); 
	text-decoration:none;
} 
a:active 
{
	color: rgb(00,66,66);
	text-decoration:none;
}
a:hover
{
text-decoration: underline;
}

a.t1:link
{
	color: rgb(66,00,33); 
	text-decoration:none;
}
a.t1:visited
{
	color: rgb(00,66,66); 
	text-decoration:none;
} 
a.t1:active 
{
	color: rgb(00,66,66);
	text-decoration:none;
}
a.t1:hover
{
text-decoration: none;
}

body
{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(165,0,33);
	font-size: 10 pt;
}
table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(165,0,33);
	font-size: 10 pt;

}
h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet MS, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(51,204,51); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}






div.infobox{
background: #66CC33;
color:#000000;
font:10pt sans-serif;
left:-10000px;
position:absolute;
top:0px;
visibility:hidden;
z-index: 99;

}
div.infoboxbody{
background: #FFFF99;
color:#000000;
font:10pt sans-serif;
margin:2px;
padding:2px
}

div.infoboxcaption{
color:#FFFFFF;
background-color:transparent;
font:bold 10pt sans-serif;
margin:2px;
text-align:center
}