/* CSS Document */

body {
	background-color:#E7E5D5;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px; 
}
.menu_selected{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #848025;	
	text-decoration:none;
	line-height:20px;
}
a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #ffffff;
	text-decoration:none;
	line-height:20px;

}

a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #848025;	
	text-decoration:none;
	line-height:20px;
}


.title{
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	letter-spacing:1px;
}



.td_bg_red {
	background-color:#7B0F37;
}
.td_bg_brown {
	background-color:#1F0D00;
}
.td_bg_cream {
	background-color:#E7E5D5;
}
.td_bg_green {
	background-color:#878111;
}