@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
p {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a {
	color: #7AB2BB;
	text-decoration: underline;
}
a:hover {
	color: #f99200;
}
h1 {
	color: #eeeeee;
	font-weight: normal;
	font-size: 1.5em;
	padding-top: 20px;
}
h2 {
	color: #eeeeee;
	font-weight: normal;
	font-size: 2em;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	color: #f7a732;
	font-weight: bold;
	font-size: 1.4em;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
ol {
	margin-left: 40px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}
li {
	margin-bottom: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
blockquote {
}
strong {
	font-weight: normal;
}
em {
	font-style: normal;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.strike_through {
	text-decoration: line-through;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.indent {
	text-indent: 10px;
}
.display_none {
	display: none;
}
.display_block {
	display: block;
}
.alternative_content {
	text-indent: -9999px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clearer {
	clear: both;
}
div.clearer {
	font-size: 0em;
	height: 0px;
	line-height: 0px;
}
.width_quarter {
	float: left;
	width: 25%;
}
.width_third {
	float: left;
	width: 33%;
}
.width_third_over {
	float: left;
	width: 34%;
}
.width_two_thirds {
	width: 67%;
	float: left;
}
.width_half {
	float: left;
	width: 50%;
}
.width_three_fifths {
	float: left;
	width: 60%;
}
.width_two_fifths {
	float: left;
	width: 40%;
}
.alert_error {
	color: #B53335;
	background-color: #F5E1E2;
	border: 1px solid #E6ACAB;
	background-image: url(../images/ico_alert_error.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.alert_success {
	color: #709B30;
	background-color: #EBFBD4;
	border: 1px solid #C7DEAA;
	background-image: url(../images/ico_alert_success.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.alert_warning {
	color: #D2A219;
	background-color: #FEFCD6;
	border: 1px solid #F7C64D;
	margin: 20px;
	background-image: url(../images/ico_warning_32.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.alert_info {
	color: #3750A0;
	background-color: #E2E9FC;
	border: 1px solid #A8B7E2;
	margin: 20px;
	background-image: url(../images/ico_info_32.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.alert_error p, .alert_success p, .alert_warning p, .alert_info p {
	padding: 0px;
}
.alert_error ul, .alert_success ul, .alert_warning ul, .alert_info ul {
	margin: 0px;
	padding: 0px;
}
.alert_error li, .alert_success li, .alert_warning li, .alert_info li {
	margin-left: 25px;
	margin-top: 10px;
}
.red {
	color: #900;
}
.capitalize {
	text-transform: capitalize;
}
div.hr {
	height: 12px;
	margin-right: 100px;
	margin-left: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #395468;
}
div.hr hr {
	display: none;
}
.highlight {
	font-weight: bold;
	color: #7AB2BB;
}
.highlight_two {
	color: #F7AE3B;
	font-weight: bold;
}

