a img {border:0;}

body, textarea{
	font-family:Arial, Helvetica, sans-serif;
	color:#545953;
}

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	margin:0.2em 0 1em 0;
}

h1 {
	font-size:130%;
}

h2 {
	font-size:120%;
}

h3 {
	font-size:110%;
}

h4 {
	font-size:100%;
	margin:0.2em 0;
}

h5 {
	font-size:90%;
	margin:0.2em 0;
}

h6 {
	font-size:80%;
	margin:0.2em 0;
}

p{
	line-spacing:1.3em;
	margin:0.2em 0 1em 0;
}

a:link, a:visited {
	color: #2d77b4;
	text-decoration:underline;
}
a:hover, a:active {
	color: #2d77b4;
	text-decoration:none;
}


/*general use styles--------------------------------------------------------------------------*/
form.inline{
	display:inline; margin:0; padding:0;
}
.pagination_navigation {
	text-align:center;
	clear:both;
	margin:0 0 8px 0;
	line-height:1.9em;
}
.pagination_navigation .page_number{
	/*font-size:90%;*/
	/*border:1px solid #ccc;*/
	/*background:#f4f4ea;*/
	margin:2px 0;
	padding:0px 3px;
}
.pagination_navigation .current_page{
	color:#45210e;
	font-weight:bold;
}
.error_head{
	font-size:130%;
	color:#990000;
	font-weight:bold;
}
.error{
	color:#990000;
	font-weight:bold;
}
/*end general use styles*/