@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e1317;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #8a2529;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.h2_left {
	font-size: 16px;
	font-weight:bold;
	color: #727a35;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.h2_right {
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content_right {
	color: #ffffff;
	font-size:12px;
}
.quote_blurb {
	color: #ffffff;
	font-size:14px;
}
#footer {
	color: #ffffff;
	font-size:11px;
}
#footer a {
	color: #ffffff;
	font-size:11px;
	text-decoration: none;
}
#footer a:hover{
	font-size:11px;
	font-weight: bold;
	text-decoration: underline;
}
.content_right a {
	color: #FFFFFF;
	text-decoration: underline;
}
.content_right a:hover {
	text-decoration: none;
	font-weight:bold;
}
.content_left a{
	color: #8a2529;
	text-decoration: none;
}
.content_left a:hover{
	text-decoration: underline;
	font-weight: bold;
}

.content_right ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: square;
}
.type_lightred {
	color: #d65372;
}
.type_darkred {
	color: #871c1d;
}
.type_green {
	color: #6b7833;
}



.error {
	margin-left:10px;
	font-weight: bold;
	color: #FF3333;
}

