body {
	font-size: 14px;
	line-height: 160%;
}

/* link = dark green, rollover = light green */
A { text-decoration: underline; font-family: Arial, Helvetica, sans-serif; color:#417630;}
A:link { text-decoration: underline; font-family: Arial, Helvetica, sans-serif; color:#417630;}
A:visited { text-decoration: underline; font-family: Arial, Helvetica, sans-serif; color:#417630;}
A:hover { text-decoration: underline; font-family: Arial, Helvetica, sans-serifl; color:#8dc142;}

/* link = black, rollover = dark green */
A.black { text-decoration: underline; font-family: Arial, Helvetica, sans-serif; color:#000000;}
A:link.black { text-decoration: underline; font-family: Arial, Helvetica, sans-serif; color:#000000;}
A:visited.black { text-decoration: underline; font-family: Arial, Helvetica, sans-serif; color:#000000;}
A:hover.black { text-decoration: underline; font-family: Arial, Helvetica, sans-serifl; color:#417630;}

/* gray font (first paragraph) */
td {font-family: Arial, Helvetica, sans-serif;
		 font-size:14px;
		 font-weight:normal;
		 color:#3d4242;
			}

/* black font (main text) */
.Bodytext1 {font-family: Arial, Helvetica, sans-serif;
		 font-size:14px;
		 font-weight:normal;
		 color:#000000;
		 text-align:justify;
		 }
	
/* bold font (main text) */	 
.Bodytext2 {font-family: Arial, Helvetica, sans-serif;
		 font-size:14px;
		 font-weight:bold;
		 color:#417630;
			}
			
/* green font for the footer*/
.Footer {font-family: Arial, Helvetica, sans-serif;
		 font-size:12px;
		 font-weight:normal;
		 color:#53682b;
		 }
		
/* green font (title headers) */ 
.Headline {font-family: Arial, Helvetica, sans-serif;
		 font-size:16px;
		 font-weight:bold;
		 color:#417630;
		 }
		 
/* green breadcrumbs */
.Bread {font-family: Arial, Helvetica, sans-serif;
		 font-size:11px;
		 font-weight:normal;
		 color:#62a04b;
		 text-decoration:underline;
		 }

/* announcements box */
.News {
		border-top:1px solid #53682b;
		border-right:1px solid #53682b;
		border-bottom:1px solid #53682b;
		border-left:1px solid #53682b;
		background-color:#dee9cb;
		margin:5em auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:normal;
		color:#000000;
		}

h1 {
	color: #FF9;
	font-size: 130%;
	margin: 1px 0;
	text-align: center;
	font-weight: normal;
	letter-spacing:0.001em;
}

.center {
	text-align:center;
}