@charset "UTF-8";
/* CSS Document */

A:link {
	text-decoration:none; 
	color:#016d00; 
}

A:visited {
	text-decoration: none;
	color:#000000;
}

A:active { 
	text-decoration: none; 
	color:#609f34; 
}

A:hover {
	text-decoration: none;
	color:#ffffff;
}

body {
      margin:0px;
      padding:0;
      height:100%;
      border:none;
	  background-color:#016d00;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	margin-left: 45px;
	margin-right: 35px;
	margin-top:0px;
	margin-bottom:10px;
}

.note {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#609f34;
	margin-top:0px;
	font-weight:100;
	margin-bottom:10px;
}

.highlight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#609f34;
	margin-top:0px;
	font-weight:bold;
	margin-bottom:10px;
}

.p2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#609f34;
	margin-top:0px;
	font-weight:200;
	margin-bottom:10px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#016d00;
	margin-left: 35px;
	margin-right: 35px;
	margin-top:5px;
	margin-bottom:4px;
	font-weight:bold;
	text-shadow:#999999;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#609f34;
	margin-left: 60px;
	margin-right: 35px;
	margin-top:14px;
	margin-bottom:2px;
	font-weight:100;
	text-shadow:#999999;
	font-stretch:extra-condensed;
	
}