/* Presentation Stylesheet */ 

h1 {
 color: red;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 line-height: 22px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
}

h1 span {
 color: white;
 font-size: 16px;
 line-height: 22px;	
}

h2 {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 line-height: 30px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
}

h4 {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 line-height: 16px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
}

h5 {
 color: black;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 line-height: 20px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
}

p {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 14px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
} 

p.contactus {
 color: black;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 line-height: 16px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
} 

p.small {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8px;
 line-height: 8px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
} 

.footer {
 color: black;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 12px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
} 

a.nav { 	
  COLOR: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  FONT-WEIGHT: normal;
  text-decoration: none;
  text-align: left;
	}
			
a.nav:hover { 
  COLOR: orange;
  }

a.pagenav { 	
  COLOR: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  FONT-WEIGHT: normal;
  text-decoration: underline;
  text-align: left;
	}
			
a.pagenav:hover { 
  COLOR: orange;
  }

a.nav2 { 	
  COLOR: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  FONT-WEIGHT: normal;
  text-decoration: none;
  text-align: left;
	}
			
a.nav2:hover { 
  COLOR: black;
  }

a.footer-nav { 	
  COLOR: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  FONT-WEIGHT: normal;
  text-decoration: none;
  text-align: left;
	}
			
a.footer-nav:hover { 
  COLOR: gray;
  }
