

p {

  color: #black;
  font-family: Times;
  font-size: 12px;
  line-height:14px;
	margin-left: 00px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
 }
 
 

h1 {
 color: black;
  font-family: Helvetica;
  font-style: bold;
  /*BACKGROUND-COLOR: A1D9D7;*/
  font-size: 18px;
  line-height:22px;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
 }

em { font-style:normal; color:#000000; background-color:#E75F68; padding-right:0px; padding-left:0px; }
em2 { font-style:normal; color:#ffffff; background-color:black; padding-right:4px; padding-left:4px; }

h2 {
	clear: both;
	color: #000000;
	background-color: #A1D9D7;
	font-family: Arial;
  	font-style: bold;
	font-size: 15px;
  	line-height:18px;
	background-position: left;
	text-align: left;
	width: 680;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
 }

 
h3 {
	clear: both;
	color: #ffffff;
	background-color: #000000;
	font-family: Arial;
  	font-style: bold;
	font-size: 12px;
  	line-height:14px;
	width: 100%;
	background-position: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
 }
h4 {
	clear: both;
	color: #000000;
	background-color: #ffffff;
	font-family: Arial;
  	font-style: bold;
	font-size: 11px;
  	line-height:13px;
	width: 100%;
	background-position: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
 }

 
h5 {
 color: #000000;
  font-family: Arial;
  font-style: normal;
  /*BACKGROUND-COLOR: A1D9D7;*/
  font-size: 14px;
  line-height:14px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
 } 
  
h6 {
	clear: both;
	color: #000000;
	background-color: #A1D9D7;
	font-family: Arial;
  	font-style: bold;
	font-size: 13px;
  	line-height:16px;
	background-position: left;
	text-align: left;
	width: 680;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
 }  
  
 h7 {
	clear: both;
	color: #ffffff;
	background-color: #000000;
	font-family: Arial;
  	font-style: bold;
	font-size: 12px;
  	line-height:14px;
	width: 100%;
	background-position: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
 } 
  a:link {
  color: black;
  text-decoration: bold;
}
a:visited {
  color: black;
  text-decoration: bold;
}
a:hover{
  text-decoration: underline;
  color: black;
  cursor:hide;