/* Generic Selectors */ 

body { 
margin: 0;
background-color: #ffffff;
overflow: -moz-scrollbars-vertical; 
} 

/* header text */
.header { 
  color: #3e3e3e; 
  font-family: verdana,tahoma,arial; 
  font-size: 16px; 
  font-weight: normal; 
 }
 
/* subheading text */
.subhead { 
color: #60AF4F; 
font-family: verdana,tahoma,arial; 
font-size: 14px; 
font-weight: bold; 
}
 
/* body text */
.body { 
color: #003065; 
font-family: verdana,tahoma,arial; 
font-size: 12px; 
font-weight: normal;
line-height: 1.4em; 
}

/* footer text */
.footer { 
color: #787878; 
font-family: verdana,tahoma,arial; 
font-size: 10px; 
font-weight: normal;
}
 
/* links */ 
a:link { 
	color: #60AF4F;
	text-decoration: none;
		border: 0 none;
	}
a:visited { 
	color: #60AF4F;
	text-decoration: none;
	}
a:hover { 
	color: #60AF4F;	
	text-decoration: none;
	}
a:active { 
	color: #60AF4F;
	text-decoration: none;	
	}
	
img {
	border: none;
}
