body,td,h1,h2, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 5px solid #FFF;
	padding-bottom: 25px;
	text-align: left;
}
td {
	font-size: small;
}

th {
	font-size: small;
}
.header1 {
    font-size: large;
    color: #A9C09A;
}
.header2 {
	font-size: medium;
	color: #FFF;
	font-weight: bold;
}
p {
  font-size: x-small;
  color: #FFF;
}
/* DARK GREEN FORMATING */
.drkGreen {
	background-color: #415434;
}
.ltGreen {
	background-color: #4C623D;
}
.white {
	background-color: #FFFFFF;
}
ul {
	list-style-type: disc;
	list-style-image: url(../img/arrow.gif);
	list-style-position: outside;
	padding-left: 0;
	margin-left: 15px;
	line-height: 1.5em;
	text-align: left;
}
.bullets {
	list-style-type: disc;
	list-style-image: url(../img/square.gif);
	list-style-position: outside;
    padding-left: 0;
    margin-left: 20px;
    line-height: 1.7em;
}
#arrows {
    margin-top: 10px;
	padding-top: 0px;
    margin-left: 10px;
	padding: 0;
}
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #FFF;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #FFF;
	background: transparent; 
	}

a:active {
	font-weight : bold;
	text-decoration : none;
	color: #FFF;
	background: transparent;
	text-align: left;
	}
    
#content {
	margin-top: 8px;
	padding-top: 0px;
	margin: 10px;
	padding: 0;
	color: #FFF;
	text-align: left;
}
#footer {
	font-size: small;
	color: #000;
	padding-top:10px;
	text-align: left;
}
#copyright {
    font-size: x-small;
    color: #CCC;
    padding-top:10px;
    text-align: center;
}
