a:link,a:visited
{	color: rgb(0,102,153); 
	text-decoration: none;
	font-size: 13px;
}

a:active,a:hover
{	color: rgb(0,102,102);
	text-decoration: underline;
	font-size: 13px;
}
a.menu
{	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma;
	margin-left: 0px;
	margin-right: 0px;
}

body
{	font-family: Arial, Helvetica;
	background-color: rgb(204,204,153);
	color: rgb(0,51,51);
}
table
{	font-size: 13px;
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{	font-family: Times New Roman, Times;
}
h1
{	color: rgb(0,153,153);
	font-size: 31px;
	margin-left: 0px;
	margin-right: 0px;
}
h2
{
	color: rgb(102,102,102); 
	font-size: 15px;
	font-weight: bold;
}
h3
{	vertical-align:bottom;
	color: rgb(153,153,102); 
	font-size: 15px;
	font-weight: normal;
	font-family: Arial;
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}

span.ddt,a:link.ddt,a:visited.ddt,a.ddt:active,a.ddt:hover
{ font-size: 9px;
  color: rgb(60,162,162);
  
}
span.ddt
{ float: right;
}