
BODY, P, TABLE {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #3A3A3A;
}

A:link, A:active, A:visited {
	text-decoration: none;
 	color: #ee352d;
} 

A:hover {
 	color: #FFFFFF;
 	background: #ee352d;
} 

.nav {
	font-size: 10px;
	font-weight: bold;
}

.small {
	font-size: 10px;
}

A.small:link, A.small:visited, A.small:active {
	 line-height: 150%;
	 color:#ee352d;
	 background: #FFFFFF;
} 

A.small:hover {
	 line-height: 150%;
	 text-decoration: none;
	 background: #FFFFFF;
} 

.large {
	font-size: 15px;
 	color: #f0870b;
}


