*, html {
	margin:0;
	padding: 0;
}
hr {
	border: 1px solid #8fcbc5;
	margin-bottom: 18px;
}
a {
	color: #444;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
img {
	border: none;
}
h1, h2, h3, h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #8fcbc5;
	line-height: 1.5em;
	margin-bottom: 1em;
}
h2 {
	font-size: 15px;
	color: #000;
	border-bottom: 2px solid #fff;
	padding-bottom: 0;
}
h3 {
	font-size: 13px;
	color: #000;
}
h4 {
	font-size: 13px;
	color: #000;
}
/* hide hack from Mac-IE5 \*/
* html h3 { height: 1%; }
/* end hiding */

blockquote {
	font-size: 11px;
	font-style: italic;
	border: 1px solid #6f0b29;
	padding: 10px;
	margin: 0 2em;
	margin-bottom: 2em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	margin-bottom: 1em;
}
ul, ol {
	margin-left: 14px;
	font-size: 12px;
	margin-bottom: 18px;
}
ol {
	margin-left: 18px;
}
* html ol {
	margin-left: 20px;
}
*+html ol {
	margin-left: 20px;
}
li {
	list-style: disk;
	margin-bottom: 0;
}
ol li {
	list-style: decimal;
	margin-bottom: 0;
}
li.standout {
	border: 1px solid #fff;
	margin: 0 18px 18px 18px;
	background-color: #5499AB;
}
.extraspace {
	margin-bottom: 18px;
}
.alert {
	color: #6f0b29;
	font-weight: bold;
}
.fltrt {
	float: right;
	margin-left: 12px;
}
.fltlft { 
	float: left;
	margin-right: 12px;
}
.nobotmarg {
	margin-bottom: 2px;
}
span.left {
	float: left;
}
span.divider {
	color: #8fcbc5;
}
.contenthilight {
	padding: 12px;
	text-align: center;
	background-color: #91A5A9;
	border: 1px solid #fff;
	width: 80%;
	margin-left: 5%;
}
