body{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #dfe3e8;
	background-image: url(../images/background-repeat.jpg);
	background-repeat: repeat-x;
	color: #415d79;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
p{
	padding: 0 0 10px 0;
	line-height: 150%;
}
img{
	border: none;
	}
a{
	background: transparent;
	text-decoration: none;
	color: #006ca5;
	padding: 0;
	margin: 0;
	}

a:hover, a:active, a:focus{
	text-decoration: underline;
	}

ul{
	background: transparent;
	text-decoration: none;
	font-size: 80%;
	padding: 0;
	margin: 0 0 25px 0;
	}
li{
	list-style: none;
	background: transparent;
	text-decoration: none;
	line-height: 130%;
	padding: 0;
	margin: 0 0 0 0;
	}


.float-left{
		float: left;
		}	
.float-right{
		float: right;
		}

h1{
	width: 600px;
	color: #0e5395;
	font-size: 130%;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	padding: 0 0 2px 0;
	text-transform: uppercase;
	clear: both;
	background: url(../images/h1-underline.gif) left bottom no-repeat;
	margin: 0 0 10px 0;
	}

h2{
	width: 600px;
	color: #415d79;
	font-size: 130%;
	font-family: arial, verdana, sans-serif;
	padding: 0 0 2px 0;
	clear: both;
	background: url(../images/h1-underline.gif) left bottom no-repeat;
	margin: 0 0 10px 0;
	}

.small{
	font-size: 90%;
	}
.smaller{
	font-size: 80%;
	}

.alert{
	color: #ff007f;
	}
	
.form_warnings{
	float: left;
	clear: both;
	font-size: 85%;
	color: #FF3300;
	padding: 2px;
	margin: 0 0 1px 0;
	}

