
/*  Body  */
body	{
	font-family: Verdana, Arial, Helvetica;
	color: #5B6876;
	font-size: 11px;
	background: #FFFFFF;
   margin: 0px; }
	
A.link8:hover { 
	font-size: 11px; 
	color: #696969;  
	text-decoration: underline;   }
	
/*  Table, td  */
td, font, a, span, div	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;}

td.texttop { 
	font-weight : bold; 
	background: #D1DDED;
	border-bottom: 2px solid #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px; }

td.textmain {  
   background: #E7F1FA;
	/* background: url(../images/bg_custommod.gif); */
	border-bottom: #FFFFFF 1px solid;
	padding-left: 6px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	
 }
 td.textadd {  
	/* background: #E7F1FA; */  
	border-bottom: #FFFFFF 1px solid;
	padding-left: 6px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	background: url(../images/bg_custommod_02.gif);
 }

td.imagearea {
	background: #FFFFFF;
	border-bottom: 1px solid #EBEBEB; }

td.imagearealast {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFF0; }
	
