/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.75em;
	color: #818181;
}

h2 {
	font-size: 1.0em;
	color: #998a5e;
	font-weight: bold;	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.95em;
	color: #a0a0a0;
}

p {
	margin: 0;
	padding: 9px 0 9px 0;
	font-size: 0.90em;
}

.noborder {
	border: 0px;
}

a
{
	color: #a0a0a0;
}

a:hover
{
	color: #a0a0a0;
	text-decoration: underline;
	background-color: none;
}

#content p a:active, #content table a:active {
	color: #82213e;
}

#content p a:hover, #content table a:hover {
	color: #ECBD9F;
	text-decoration: underline;
}

#featured .item_holder h2 {
	margin-top: 5px;
	color: #587c13;
}


#featured  .item_holder p, #featured .item_holder p a {
	color: #587c13;
	text-decoration: none;
}
