a:link
{
	color: #FFFFFF;
	text-decoration: underline; 
}
a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
} 
a:active 
{
	color: #FFFFFF;
	text-decoration: underline;	
}
a:hover
{
	color: #FFE92E;
	text-decoration: underline;	
}
body
{
	font-family: Verdana;
	font-size  : 12px;
	background-color: rgb(120,195,0);
	color: rgb(255,255,255);
	margin:0;
	bckground-image:url('images/bg.gif');
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Verdana;
	font-size  : 12px;
	bckground-color:rgb(255,255,255);
}
.th
{
    background-color:rgb(15,200,233);
	font-family: Verdana;
	font-size  : 15px;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(115,188,0);
	font-family: Verdana;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(255,238,96)
}
.tc
{
    background-color:#10c8ea;
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(9,120,140)
}
.link
{
	font-family: Verdana;
	font-size  : 16px;
	font-weight: normal;
	color: rgb(255,255,255)
}
.hd
{
	font-family: Verdana;
	font-size  : 16px;
	font-weight: bold;
	color: rgb(255,233,33)
}
.mt
{
	font-family: Arial;
	font-size  : 40px;
	font-weight: normal;
	color: rgb(255,255,255)
}
.nav_title {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #87E4DA;
}
.nav_list {
	font-size: 11px;
	color: #09788C;
	padding: 5px;
	list-style-position: inside;
	list-style-type: square;
	font-weight: bold;
}
.nav_list a:link {
	color: #09788C;
	text-decoration: none;
}
.nav_list a:visited {
	color: #09788C;
	text-decoration: none;
}
.nav_list a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.nav_list a:hover {
	color: #FFE92E;
}
.tb
{
    border:1px solid #C0C0C0; background-color:#FFFFE1;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}
h3
{
	font-family: Verdana;
	color: rgb(255,233,63);
	font-size : 18px;
}
p
{
	text-align: left;
	line-height: 130%
}
ul
{
	font-family: Verdana;
	font-size  : 12px;
   font-style: normal;
   color: rgb(255,255,255);
   list-style-image:url('images/listbullet.gif');
}
   
   