A:link {text-decoration: none; color:#FFFFFF; }
A:visited {text-decoration: none;  color:#FFFFFF; }
A:active {text-decoration: none; color:#FFFFFF; }
A:hover {font-weight:normal; color: white; }
A.ff {text-decoration: none; color: #000000; }
A.ff:visited {text-decoration: none; color: #000000; }
A.ff:hover	{color:#04880D; }
A:ff.active {text-decoration: none; color: #000000; }

body, td, th {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}
 
.txtBody {
	font-size: 12px;
	font-family:Verdana; 
	color:#666666
}

.border1{
      border-right-width: 1px;
      border-left-width: 0px;
      border-bottom-width: 0px;
      border-top-width: 0px;
	border-right-style: solid;
      border-right-color: #666666;
}

.border_all{
      border-right-width: 1px;
      border-left-width: 1px;
      border-bottom-width: 1px;
      border-top-width: 1px;

	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;

      border-right-color: #666666;
      border-left-color: #666666;
      border-bottom-color: #666666;
      border-top-color: #666666;
}


