div, ul, li, form, h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}

div.clear, br.clear{
	clear: both;
	height: 1px;
}

h1{
	color: #0054a6;
	font-size: 28px;
	padding: 11px 0 0 0 0;
}

h2{
	color: #0054a6;
	font-size: 24px;
	padding: 10px 0 0 0;
}

h3{
	color: #0054a6;
	font-size: 20px;
	padding: 9px 0 0 0;
}

h4{
	color: #0054a6;
	font-size: 16px;
	padding: 8px 0 0 0;
}

h5{
	color: #0054a6;
	font-size: 14px;
	padding: 7px 0 0 0;
}

h6{
	color: #000000;
	font-size: 12px;
	padding: 6px 0 0 0;
}

p {
	font-size: 14px;
	padding: 5px 0 0 0;
	color: #000;
}

a{
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p.success{
	text-align: center;
	font-weight: bold;
	color: blue;
	border: 1px solid black;
	background: #dedede;
}

p.error{
	text-align: center;
	color: red;
	font-weight: bold;
	border: 1px solid black;
	background: #dedede;
}

input{
	padding-left: 10px;
}

select{
	font-size: 12px;
}

input.req, select.req, input.reqEmail, input.reqPhone, input.reqZip{
	background: #ffffff url("css_img/req.gif") no-repeat center left;
}

input.error, select.error, input.errorEmail, input.errorZip, input.errorPhone{
	border: 1px solid red;
	background-color: #fe9bac;
}

.center{
	text-align: center;
}


.right{
	text-align: right;
}
