body {
	font-family: arial, helvetica, sans-serif;
	background-color: white;
	margin: 0px;
}

p, li{
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
	color: #333333;
}

p.small{font-size: 8pt;}

b{color: #336600;}

/* LINKS */

a:link, a:visited{
	color: #336600;
  text-decoration: none;
  }


a:hover{text-decoration: underline;}

#pageNav{
	float: right;
	text-align: right;
	margin-bottom: 15px;
	width:200px;
	padding: 0px;
	background-color: #ffffff;
	font: small-caps small Verdana,sans-serif;
	text-decoration: none;
  }

#pageNavTitl{
  float: right;
  text-align: right;
  color: rgb(148,195,107);
  }
  
/* HEADERS */

h1,h2,h3,h4{font-family: arial, helvetica, sans-serif;}

h1{
	color: #336600;
	font-size: 30pt;
	font-weight: normal;
	width:375px;
	border-bottom: 3px solid #696969;
}
h2{
	color: #336600;
	font-size: 24pt;
	font-weight: lighter;
}
h3{
	color: #336600;
	font-size: 18pt;
	font-weight: normal;
}
h4{
	color: #003300;
	font-size: 12pt;
  font-weight: bold;
}
.mail{
  font-family: arial, helvetica, sans-serif;
  color: #336600;
	font-size: 32pt;
	font-weight: normal;
	width:720px;
	text-align: center;
	border-bottom: 3px solid #696969;
}



/* Background colors */


.ltgreenbk{background-color: #95c36b;}
.dkgreenbk{background-color: #336600;}


/* Spacing */

.header{margin-bottom: 3em;}

.footer{margin-top: 2em;}

/* Forms */

.submit-button{margin-left: 1em;}

/* Tables */

.row1{border-bottom: 2px solid black;}
.row2{border-bottom: 1px solid black;}

.ak {
	text-decoration: underline;
}

