body
{
	background-color: White;
	COLOR: #003366; 
	FONT-FAMILY: Verdana,Arial,Helvetica; 
	FONT-SIZE: 14px; 
	TEXT-DECORATION: none;	
	margin: 2px 2px 10px 2px;
}

TH 
{ 
	color: White; 
	text-decoration: none; 
	font-size: 12px; 
	font-family: Helvetica, Verdana, Arial; 
	font-weight: bold 
}

A:link 
{
	COLOR: #990000; 
	FONT-FAMILY: Verdana, Tahoma, Helvetica; 
	FONT-SIZE: 11px; 
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #330000; 
	FONT-FAMILY: Verdana,Tahoma,Helvetica; 
	FONT-SIZE: 11px; 
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: red; 
	FONT-FAMILY: Verdana, Tahoma, Helvetica; 
	FONT-SIZE: 11px; 
	TEXT-DECORATION: underline;
}


.LatestCode {
	font-size: 11px;
	font-family: Verdana, ;
}

.admincolumn 
{
	font-size:9px;
	font-family:Verdana;	
	color:Red;
}
.adminvalue
{
	font-size:9px;
	font-family:Verdana;	
	color:Green;
}

.admintext 
{
	font-size:9px;
	font-family:Verdana;	
}


.title
{
	font-size:24px;
	font-family:Verdana;
	font-weight:bold;
	color:#003366;
}

.article
{
	font-size:12px;
	font-family:Verdana,Arial,Helvetica;
}	

.sb_tbl
{
	border-width : 1px;
	Width:100%;		
	background-color:#006666;
}

.sb_td
{
   border-top: 1px solid #ffffff;
   border-left: 1px solid #ffffff;	

   border-bottom: 1px solid #000000;
   border-right: 1px solid #000000;
   
   text-align : center;
   font-weight : bold;
   line-height : 17px;   
}

.sb_txt
{
	COLOR: white; 
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	FONT-SIZE: 11px; 
	TEXT-DECORATION: none
}


.sb_txt:link
{
	COLOR: white; 
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	FONT-SIZE: 11px; 
	TEXT-DECORATION: none
}

.sb_txt:visited
{
	COLOR: white; 
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	FONT-SIZE: 11px; 
	TEXT-DECORATION: none
}

.sb_txt:hover
{
	COLOR: #ccffff; 
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	FONT-SIZE: 11px; 
	TEXT-DECORATION: underline
}

.CommentInfo
{
	color: black;
	background-color: #dedede;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10;
}

.CommentText
{
	color: black;
	background-color : #eeeeee;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
}

.InputFields
{
	border: 1px solid Gray;
}