/* page */
BODY {
	margin: 0px;
	background-color: #ACB1AD;
}

P {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #1D5D14;
	margin: 0px;
}
a:link {color: #00CC33; text-decoration: underline; }
a:visited {
	text-decoration: underline;
	color: #00CC33;
}
a:hover {color: #1D5D14; text-decoration: underline; }
a:active {color: #00CC33; text-decoration: underline;}

/* navigation */
.nav {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #003D78;
	text-decoration: none;
	font-weight: normal;
}

a.nav:link {color: #FFFFFF; text-decoration: none; }
a.nav:visited {color: #FFFFFF; text-decoration: none; }
a.nav:hover {color: #000000; text-decoration: underline; }
a.nav:active {color: #FFFFFF; text-decoration: none;}

.over { background-color: #7A9F72;
}

/* body section */
a.content:link {color: #00CC33; text-decoration: underline; }
a.content:visited {color: #00CC33; text-decoration: underline; }
a.content:hover {color: #99CC00; text-decoration: underline; }
a.content:active {color: #00CC33;text-decoration: underline;}

a.copy:link {color: 00000; text-decoration: underline; }
a.copy:visited {color: #000000; text-decoration: underline; }
a.copy:hover {color: #000000; text-decoration: underline; }
a.copy:active {	color: #000000; text-decoration: underline; }
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00CC33;
	text-decoration: none;
}
