/* CSS Document */

body {

	background-color: #7D413D;
	margin: 0px;
	font-family:  Verdana, Arial;  
	font-size: 12px;

}
a:link {
	color: #FEF278;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #FEF278;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FEB30A;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FEB30A;
	text-decoration: none;
	font-weight: bold;
}

.main_tible {
background-color: #683431;
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}
.tds{
border: 1px solid #382602;
background-color: #854C48;

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: #E0E0E0;
font-weight: bold;
}

#tds_text{
color:#E0E0E0;
padding-left:5px;
padding-right:5px;
}