/* CSS Document */

body {
	background-image: url(images/cbc_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-position: top;
	background-color: #3C3633;	
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4642;
}
a:link {
	color: #5D0004;
	text-decoration: none;
}
a:visited {
	color: #3B3533;
	text-decoration: underline;
}
a:hover {
	color: #1F1B1B;
	text-decoration: underline;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.style1 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #E7DED0; }
.style4 {color: #5E5753}