/* CSS Document */

body {

	background-color: #B6A866;
	margin: 0px;
	font-family:  Verdana, Arial;  
	font-size: 10px;

}
a:link {
	color: #523D13;
	text-decoration: none;
	
}

a:visited {
	color: #523D13;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}

.main_tible {
background-color: #C3B77F;
border-left: 2px solid #382602;
border-right: 2px solid #382602;
border-bottom: 2px solid #382602;
}
.tds{
border: 1px solid #382602;
background-color: #B59841;

font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

.footer{
font-size: 12px;
color: #ffffff;
}

#footer_info{
font-size: 14px;
color: #ffffff;
font-weight: bold;
}



#tds_text_title{
padding:5px;
color: #382602;
font-weight: bold;
}

#tds_text{
color:#E0E0E0;
padding:5px;
}
