body {
	background-color: #B32E2E;
}

a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #B32E2E;
}
a:active {
	color: #FF9900;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
}
.navtitlebg {
	background-image: url(../lay/lay_r4_c4.jpg);
	height: 24px;
}
.leftbar {
	background-image: url(../lay/lay_r5_c2.jpg);
	background-repeat: repeat-y;
	width:8px;
}
.rightbar {
	background-image: url(../lay/lay_r5_c14.jpg);
	background-repeat: repeat-y;
	width:8px;
}
.content {
	background-color: #FFFFFF;
	margin:0 auto;
	width:684px;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.orangetext {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFAE00;
}
.headers {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3366FF;
}
.orangeborder {
	border: 2px solid #FDB000;
}
