@charset "utf-8";
/* Body Elements */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.enhanced {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
}
.faq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
}
a[href^="http://"] {
    background: url(/images/exit_disclaimer.png) center right no-repeat;
    padding-right: 13px;
}
a[href^="https://"] {
    background: url(/images/exit_disclaimer.png) center right no-repeat;
    padding-right: 13px;
}

/* Headings and Titles */

.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #990000;
}

/* Special Text Elements*/

.small_text {
	font-size: 10px;
}
.ULBody {
	list-style-type: disc;
}
.ULBody li {
	margin-bottom: 12px;
	margin-left: -25px;
	font-size: 12px;
	margin-right: 25px;
}
.ULMenu {
	list-style-type: disc;
}
.ULMenu li {
	margin-left: -25px;
	font-size: 12px;
	margin-right: 25px;
}
.copyright_footer {
	font-size: 10px;
	color: #999;
}


