.clear {
	clear: both;
}

.black {
	color: #424242 !important;
}
.gray {
	color: #999999 !important;
}
.blue {
	color: #5b99d7 !important;
}
.lightblue {
	color: #00ccff !important;
}
.navy {
	color: #8497a3 !important;
}
.maroon {
	color: #be4545 !important;
}


.alt {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}

.bold {
	font-weight: bold !important;
}
.italic {
	font-style: italic !important;
}

.note {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}

h2 {
	margin-bottom: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	line-height: 30px;
	color: #8497a3;
	text-transform: lowercase;
}
h2 span {
	color: #be4545;
}
h3 {
	margin-bottom: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #999999;
	line-height: 20px;
}
h3 span {
	color: #be4545;
}
h4 {
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
}
h4 span {
	color: #be4545;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #999999;
}
h5 span {
	color: #be4545;
}

p {
	margin: 1em 0;
}

a {
	color: #be4545;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	/*
	background: none;
	border: none;
	*/
}
a:focus {
	outline: none;
}
a.rollover, .rollover a {
	text-decoration: none;
}

ul.list {
	margin-left: 16px;
}
ol.list {
	margin-left: 24px;
}
ul.red_arrow li {
	list-style-image: url(../images/bullet_arrow.gif);
	margin-left: 20px;
}

.fadeover {
	opacity: 0.61;
	filter: alpha(opacity=61);
}

.divider_v {
	background: transparent url(../images/divider_v.png) repeat-y;
}

.blocklink {
	display: inline;
	padding: 4px 10px;
	color: #8497a3;
	font-size: 11px;
	font-weight: bold;
	background: white;
}
.blocklink a {
	color: #be4545;
}

