body{
	margin:0px; 
	padding:0px; 
	background-color:#fff; 
	font-family:tahoma; 
	font-size:11px; 
	color:#000;
	text-align:center;
}

td{
	font-family:tahoma; 
	font-size:11px; 
	color:#000; 
	line-height:18px;
}


/*backround*/
.back-blue{ background-color:#6FAFDD; padding:1px;}
.black-backround{background-color:#000000; color:#FFFFFF;}
.light-backround{background-color:#FAFAFA; }
.doted-backround{ border-bottom:1px solid #000000 dotted;}



/*links*/	
a.top-links{ color:#000000; text-decoration:none; background-color:#6FAFDD; display:block;}
a.top-links:hover{ color:#fff; text-decoration:none; background-color:#000000; display:block;}


/*text*/
.text-blue{color:#0099CC;}
.text-orange{ color:#FF6600;}


a.tab_link{
	font-family:tahoma; 
	font-size:11px; 
	color:#000; 
	text-decoration:none;
}

a.tab_link:hover{
	font-family:tahoma; 
	font-size:11px; 
	color:#000; 
	text-decoration:underline;
}


