


body {
	
        font-size: 12px;
        font-family: Georgia;
	text-align:center;
	color: #37140e;
}

td, table {

	font-family: Georgia;
	font-size: 11px;
	color: #37140e;
}



 h1 {
 	color: #37140e;
	font-weight: lighter;
	line-height: 25px;
	margin-bottom:5px;
	font-family: Georgia;
        font-size: 18px;
	font-style: italic;
	text-align: left;
	border-bottom: 1px solid #37140e;
	
 }
 
  h2 {
 	color: #37140e;
	font-weight: lighter;
	line-height: 25px;
	margin-bottom:5px;
	font-family: Georgia;
        font-size: 20px;
	text-align:left;
	border-bottom: 1px solid #37140e;
 }

a {
	color: #37140e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
        color: #8c6b52;
}

input,textarea,option,select { 	
	background-color: #977c4f; 
	border: 1px #000000 dotted; 
	font: 10px georgia; 
	font-style: italic;
	color: #37140e; 

}

#sidebar {
	padding-left: 15px;
	padding-bottom: 5px;
	
	
}

#main {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
}

#codes img {
	border: 3px solid #000000;
	margin-left: 2px;
	opacity: 0.6; filter: alpha(opacity=65);
}

#codes img a:hover {
	border: 3px solid #37140e;
	
}

#avs img {
	margin-left: 3px;

}