/* CSS Document */
body {
	background-color:#D6D1CD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family:"Trebuchet MS";
	color:#211F20;
	font-size:12px;
}
a {
	font-family:"Trebuchet MS";
	color:#211F20;
	font-size:12px;
	text-decoration:none;

}
a:hover {
	font-family:"Trebuchet MS";
	color:#211F20;
	font-size:12px;
	text-decoration:none;
}
.background{
	background-color:#D6D1CD;
}
.bg_red{
	background-color:#710E2A;
}
.bg_light_brown{
	background-color:#B2AA9F;	
}
.bg_brown{
	background-color:#3D2B17;	
}
.bg_cream{
	background-color:#E3DCBF;	
}

.page_heading{
	color:#B2AA9F;
	letter-spacing:1px;
}
.sub_heading{
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:15px;
	font-weight:bold;	
}
.large_bold{
	font-family:"Trebuchet MS";
	font-size:15px;
	font-weight:bold;
}
.red_link{
	color:#710E2A;
	text-decoration:underline;	
	}
.red_link:hover{
	color:#333333;
	text-decoration:underline;	
	}
