BODY {
  background: #ffffff;
  color: black;
  margin: 0px;
}

A {
  color:  #FF6600;
  text-decoration: none;
}

A:hover {
  color: #993300;
  text-decoration: underline;
}

A.headerNavigation { 
  color: black; 
}

A.headerNavigation:hover {
  color: #FF6600;
}




/* CSS for Typography */

#TopNavLink {
		text-align: left;
		font-size: 100%;
		font-family: times, serif;
		font-weight: bold;
	}
	
	
		#TopNavLink a {
		color: #5A9E7F;
		text-decoration: none;
	}
	
		#TopNavLink a:hover {
		color: #A9775D;
		text-decoration: underline;
	}
	

h1 {
	text-align: left;
	color: #0000ff;
	font-size: 145%;
	font-family: helvetica, arial, sans-sarif;
}

h1 a {
	text-align: left;
	color: #330033;
	font-family: helvetica, arial, sans-sarif;
}

h2 {
	text-align: left;
	color: #990000;
	font-size: 80%;
	font-family: helvetica, arial, sans-sarif;

}

h2 a{
	text-align: left;
	color:FF6600;
	font-family:  helvetica, arial, sans-sarif;
	margin-top: 5px; margin-bottom: 5px;
}

h2 a:hover {color: #FF6600;
	 			
				
				}

h3 {text-align: left;
	color:#990000;
	font-size: 90%;
	font-family: helvetica, arial, sans-sarif;
	
	}
	
		h3 a{ 	text-align: left;
				color: #A9775D;
				font-family: helvetica, arial, sans-sarif;
}

h4 {
	text-align: left;
	color: #222299;
	font-size: 80%;
	font-family: helvetica, arial, sans-sarif;
	margin-top: 5px; margin-bottom: 5px;
	
}

h4 a {
	text-align: left;
	color: #222299;
	font-weight: bold;
	font-family: helvetica, arial, sans-sarif;
	text-decoration: underline;
	
}

h4 a:hover {color: #016A3A;
	 			font-weight: bold;
				
				}
				
				
h5{     color:  #330033;
		text-align: left;
		font-size: 70%;
	}
	
	
		h5 a {
		color: #5A9E7F;
		text-decoration: none;
	}
	
		h5 a:hover {
		color: #A9775D;
		text-decoration: underline;
	}
				
				
h6 {
	text-align: left;
	color: #003366;
	font-size: 80%;
	font-family: helvetica, arial, sans-sarif;

}

h6 a {
	text-align: left;
	color: #990000;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: helvetica, arial, sans-sarif;
	
}

h6 a:hover {color: #016A3A;
	 			font-weight: bold;
				
				}



p 	 { text-align: left;
		color: #666666;
		font-size: 90%;
		font-family: helvetica, arial, sans-sarif;
		margin-top: 0px; margin-bottom: 10px; 
	}
	

	
	
	p a {color:#5A9E7F;
			  font-weight: bold;

	}
	
	p a:hover {color: #016A3A;
	 			font-weight: bold;
				
	
	}
	

		
	
 ul, li { text-align: left;		
		margin-top: 0px; margin-bottom: 10px; 
	}
		
			
		ul, li a {
			
				
			  
			
				
			  }
	

		ul, li a:hover {color: #016A3A;
	 	
				

}



