html, body, form{
	
}

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, font, li, img, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tr, th, td {
	color: #898989;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: 11px verdana;
	line-height: 14px;
}

ul{
	margin-left: 20px;
	padding-bottom: 10px;
}
ul li{
	padding: 2px 0px;
}

img{
	display:block;	
}

p{
	/*padding-top: 10px;*/
	padding-bottom: 10px;
}

em, i{
	font-style:italic;
}

a, a img, :hover img, :link img, :visited img {
	border: 0px;
	outline: none;
	color: #3590a6;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}


.hr{
	border-bottom: solid 1px #a2a2a1;
	padding-top: 10px;
	margin-bottom: 10px;
}

h1{
	font-size: 24px;
	font-weight: bold;
}

h2{
	font-size: 20px; 
	font-weight: bold;
}

.block-img{
	display: block;
}

.summaryErr{
	margin-bottom: 20px;
	background-color: #fff;
}

.err, .status{
	min-height: 10px;
	font-weight: bold;
	color: #ff0000;
	padding: 20px 50px;
	background-color: #fff;
	margin: 0px auto;
	border: solid 1px #ff0000;
	text-align: center;
	margin-bottom: 10px;
}

.status{
	color: #ee8c22;
	border: solid 1px #ee8c22;
}

.red{
	color: #ff0000;
}

.clearance{
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	font-size: 0;
	line-height: 0;
}

