body{
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(/templates/images/background.gif) left top repeat-x #e2e2e2;
	color: #565656;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 20px;
	}
p{
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}
ul{
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	}
ol{
	list-style: decimal;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	}
li{
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	}	
a{
	color: #265173;
	text-decoration: underline;
	}
a:hover, a:active, a:focus{
	text-decoration: none;
	}
.float-left{
	float: left;
	}	
.float-right{
	float: right;
	}
.left{
	float: left;
	padding: 0 0 0 0;
	margin: 0 10px 10px 0;
	}	
.right{
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 10px 10px;
	}
h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #1a4160;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
	background: url(/templates/images/h1-underline.gif) left bottom repeat-x #ffffff;
	clear: both;
	}
#flash-title-underline{
	float: left;
	width: 100%;
	height: 1px;
	background: url(/templates/images/flash-title-underline.gif) left top repeat-x #ffffff;								
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	}
h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #1a4160;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	clear: both;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #565656;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	clear: both;	
	}
small{
	font-size: 80%;
	}
.form_warnings{
	float: left;
	color: #cc0000;
	background: url(/templates/images/icons/form-warning.gif) left center no-repeat #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	clear: both;
	}
.form_sent{
	float: left;
	color: #02c402;
	height: 14px;
	font-size: 80%;
	margin: 0 0 0 0;
	background: url(/templates/images/icons/form-sent.gif) left center no-repeat #ffffff;
	padding: 0 0 0 20px;
	}
.alert{
	color: #cc0000;
	}
