 /* General page paragraph titles */			
  .header {
  	color: #669999;
  	font-family: Verdana, san-serif;
  	font-size: 22px;
  	font-style: normal;
  	line-height: 28px;
  	font-weight: bold;
  	text-decoration: none;
  	}
	
	  /* General page paragraph titles */			
  .header1 {
  	color: #669999;
  	font-family: Verdana, san-serif;
  	font-size: 18px;
  	font-style: normal;
  	line-height: 22px;
  	font-weight: bold;
  	text-decoration: none;
  	}
  
  /* General page paragraph titles- 2 or more lines */			
  .header2 {
  	color: #000000;
  	font-family: Verdana, san-serif;
  	font-size: 16px;
  	font-style: normal;
  	line-height: 20px;
  	font-weight: bold;
  	text-decoration: none;
  	}
  
  /* General page sub paragraph titles */			
  .subheader
{
	color: black;
	font-family: Verdana, san-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
	
	 /* general homepage text */
  .bodyhome {
  	color: #333333;
  	font-family: Verdana, san-serif;
  	font-size: 14px;
  	font-style: normal;
  	line-height: 18px;
  	font-weight: normal;
  	text-decoration: none;
  	}
  
  /* general body text */
  .body {
  	color: #333333;
  	font-family: Verdana, san-serif;
  	font-size: 12px;
  	font-style: normal;
  	line-height: 15px;
  	font-weight: normal;
  	text-decoration: none;
  	}
  
  /* general body text (italic) */
  .italic {
  	color: #000000;
  	font-family: Verdana, san-serif;
  	font-size: 12px;
  	font-style: italic;
  	line-height: 15px;
  	font-weight: normal;
  	text-decoration: none;
  	}
	
  /* general bottom nav text */
  .bottom {
  	color: #000000;
  	font-family: Arial, Helvetica, san-serif;
  	font-size: 10px;
  	font-style: normal;
  	line-height: 14px;
  	font-weight: normal;
  	text-decoration: none;
  	}
	
	/* general bottom legal text */
  .bottom2 {
  	color: #000000;
  	font-family: Verdana, san-serif;
  	font-size: 12px;
  	font-style: normal;
  	line-height: 15px;
  	font-weight: normal;
  	text-decoration: none;
  	}
  
  /* text for site map, glossary, etc in green line */
  .white {
  	color: #FFFFFF;
  	font-family: Verdana, san-serif;
  	font-size: 11px;
  	font-style: normal;
  	font-weight: bold;
  	line-height: 17px;
  	text-decoration: none;
  	}
	
	/* text for site map, glossary, etc in green line */
  .privacy {
  	color: #000000;
  	font-family: Helvetica, Ariel, san-serif;
  	font-size: 11px;
  	font-style: normal;
  	font-weight: bold;
  	line-height: 20px;
  	text-decoration: none;
  	}
	
	/* text for site map, glossary, etc in green line */
  .formText {
  	color: #666666;
  	font-family: Helvetica, Ariel, san-serif;
  	font-size: 12px;
  	font-style: normal;
  	font-weight: bold;
  	line-height: 20px;
  	text-decoration: none;
  	}
  
  /*  side border */			
  .border {
  	border-left: border-left-color: #99cccc || border-left-width: 1px || borde-left-style: dotted;
	height: 540px
  	}
  	
  	