/* CSS Document */

body {
	background: #CBB9A3;
}

.bg {
background: #D7C6B6 url(layoutimages/layout_r8_c7.jpg) no-repeat;
}

.bg2 {
background: #CBB9A3 url(layoutimages/layout_r8_c1.jpg) no-repeat;
}

.bg3 {
background: #D7C6B6 url(layoutimages/layout_r2_c14.jpg) no-repeat;
}

.text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #62441E;
}
.textorange {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
}

.heading1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
}
.heading1orange {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #62441E;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


