body
{
	background: #FFFFFF;
	margin: 20px 0px 0px 10px;
	font-family: Verdana, Lucida Grande, sans-serif;
	font-weight: bold;
	color:#7a8481;
}


.pagination
{
	font-family: Verdana, Lucida Grande, sans-serif;
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	line-height: 180%;
	border-bottom: #FFFFFF;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	
	
}



a:link
{
	/*color: #589f75;*/
	text-decoration: none;
	line-height: 150%;
	text-transform: inherit;
	color: #666666;
	font-family: Verdana, Lucida Grande, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

a:visited
{
	/*color: #589f75;*/
		text-decoration: none;
	line-height: 150%;
	text-transform: inherit;
	color: #666666;
	font-family: Verdana, Lucida Grande, sans-serif;
	font-size: 9px;
	font-weight: bold;

}

a:hover
{
	color: #BB0000;
	text-decoration: none;
	line-height: 150%;
	text-transform: inherit;
	font-family: Verdana, Lucida Grande, sans-serif;
	font-size: 9px;
	font-weight: bold;

}

a:active
{
	color: teal;
	text-decoration: none;
	line-height: 150%;
	text-transform: inherit;
	font-family: Verdana, Lucida Grande, sans-serif;
	font-size: 9px;
	font-weight: bold;

}


input, textarea, select
{
	font-family: Verdana, Lucida Grande, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #EEEEEE;
}

form.inline { display: inline; }

