@charset "UTF-8";
body {
	margin-left: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4E0000;
}
.bg_lt_yellow {
	background-image: url(../images/bg_lt_yellow.jpg);
}
.bg_dk_red {
	background-image: url(../images/bg_dk_red.jpg);
}
.bg_yellow_gradient {
	background-color: #EDC35C;
	background-image: url(../images/bg_yellow_gradient.jpg);
	background-repeat: repeat-x;
}
.bg_dk_gold_gradient {
	background-color: #A36C0A;
	background-image: url(../images/bg_dk_gold_gradient.jpg);
	background-repeat: repeat-x;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #A36C0A;
}a:link {
	color: #A36C0A;
	text-decoration: underline;
}
a:visited {
	color: #A36C0A;
	text-decoration: underline;
}
a:hover {
	color: #A36C0A;
	text-decoration: underline;
}
a:active {
	color: #A36C0A;
	text-decoration: underline;
}
.text_rightcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 2.25em;
	color: #FFFFFF;
}
.text_leftcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	color: #2E0000;
}hr {
	color: #2E0000;
}
