/* Generic Selectors */ 

body { 
margin: 0;
background-color: #ffffff;
overflow: -moz-scrollbars-vertical; 
} 

/* header text */
h1 { 
  color: #4b853d; 
  font-family: arial,verdana,tahoma; 
  font-size: 16px; 
  font-weight: normal;
  padding: 0px; 
	margin: 0px; 
 }
 
 
heading { 
  color: #4b853d; 
  font-family: arial,verdana,tahoma; 
  font-size: 16px; 
  font-weight: normal;
  padding: 0px; 
	margin: 0px; 
 }
 
/* subheading text */
h2 { 
	color: #4b853d; 
	font-family: arial,verdana,tahoma; 
	font-size: 14px; 
	font-weight: bold;
	padding: 0px; 
	margin: 0px; 
	}

/* subheading text */
.subheading { 
	color: #4b853d; 
	font-family: arial,verdana,tahoma; 
	font-size: 14px; 
	font-weight: bold;
	padding: 0px; 
	margin: 0px; 
	}	
 
/* body text */
h3 { 
	color: #2a2a2a; 
	font-family: arial,verdana,tahoma; 
	font-size: 11px; 
	font-weight: normal;
	line-height: 1.4em;
	padding: 0px; 
	margin: 0px; 
	}
	
/* body text */
.body { 
	color: #2a2a2a; 
	font-family: arial,verdana,tahoma; 
	font-size: 12px; 
	font-weight: normal;
	line-height: 1.4em;
	padding: 0px; 
	margin: 0px; 
	}	

/* footer text */
h4 { 
	color: #787878; 
	font-family: arial,verdana,tahoma; 
	font-size: 10px; 
	font-weight: normal;
	padding: 0px; 
	margin: 0px;
	}
	
	/* footer text */
h5 { 
	color: #787878; 
	font-family: arial,verdana,tahoma; 
	font-size: 10px; 
	font-weight: normal;
	padding: 0 0 5px 0px; 
	margin: 0px;
	}
	
		/* footer text */
.blinks { 
	color: #787878; 
	font-family: arial,verdana,tahoma; 
	font-size: 10px; 
	font-weight: normal;
	padding: 0px; 
	margin: 0px;
	}
 
/* links */ 
a:link { 
	color: #4b853d;
	text-decoration: none;
	}
a:visited { 
	color: #4b853d;
	text-decoration: none;
	}
a:hover { 
	color: #4b853d;	
	text-decoration: none;
	}
a:active { 
	color: #4b853d;
	text-decoration: none;	
	}