/* Generic Selectors */ 

body { 
margin: 0;
background-color: #FFFFFF;
overflow: -moz-scrollbars-vertical; 
} 

/* header text */
h1 { 
  color: #0C4FAA; 
  font-family: arial,verdana,tahoma; 
  font-size: 16px; 
  font-weight: normal;
  padding: 0px; 
	margin: 0px; 
 }
 
/* subheading text */
h2 { 
	color: #D46A03; 
	font-family: arial,verdana,tahoma; 
	font-size: 14px; 
	font-weight: bold;
	padding: 0px; 
	margin: 0px; 
	}
 
/* body text */
h3 { 
	color: #3e3e3e; 
	font-family: arial,verdana,tahoma; 
	font-size: 12px; 
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px; 
	margin: 0px; 
	}

/* footer text */
h4 { 
	color: #787878; 
	font-family: arial,verdana,tahoma; 
	font-size: 10px; 
	font-weight: bold;
	padding: 0px; 
	margin: 0px;
	}
 
/* links */ 
a:link { 
	color: #787878;
	text-decoration: none;
	}
a:visited { 
	color: #787878;
	text-decoration: none;
	}
a:hover { 
	color: #000000;	
	text-decoration: none;
	}
a:active { 
	color: #787878;
	text-decoration: none;	
	}
