/* CLASSES FOR BODY and TABLES*/
body, p, caption, td, li, th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #75736C;
	}

img {border: 0;}

.pad {padding: 10px;}

/* CLASSES FOR NAV and LINKS*/

a {
	text-decoration : underline;
	color: #346715;
	}
	

a:visited {
	text-decoration: underline;
	color: #346715;
	}

a:hover {
	text-decoration : none;
	}
	
a:active {
	text-decoration : none;
	}

/* HEADER TAGS */
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #346715;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}
	
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #346715;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #346715;
	}
	
h4, h5, h6 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}
strong {
	color: #333333;
}
p {
	margin-top: -8px;
}
