

p {

  color: #111111;
  font-family: Arial;
text-align: justify;
  font-size: 10px;
  line-height:12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
 }
 
 

h1 {
 color: #222222;
  font-family: Arial;
  font-style: normal;
  /*BACKGROUND-COLOR: A1D9D7;*/
  font-size: 12px;
  line-height:14px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
 }



h2 {
	 color: #ffffff;
  font-family: Arial;
  font-style: normal;
  /*BACKGROUND-COLOR: A1D9D7;*/
  font-size: 12px;
  line-height:14px;
	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: 15px;
  	line-height:14px;
	width: 100%;
	background-position: left;
	margin-left: 10px;
	margin-right:10px;
	margin-top: 15px;
	margin-bottom: 10px;
 }
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: #ffffff;
  font-family: Arial;
  font-style: normal;
  /*BACKGROUND-COLOR: A1D9D7;*/
  font-size: 12px;
  line-height:14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	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;