<!--	  
A:link, a:visited, a:active   {
	font-size:8pt;
	font-family:tahoma;
	letter-spacing:0px;
	line-height:10pt;
	color: #F8CA50;
	text-align: justify;
	font-weight: bold;
	
	text-decoration: none;
} 

A:hover  {
	font-size:8pt;
	font-family:tahoma;
	letter-spacing:0px;
	line-height:10pt;
	color: #F8CA50;
	text-align: justify;
	font-weight: bold;
	text-decoration:underline;
}
h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: tahoma;
	text-transform: none;
	padding: 2px;
	text-align: center;
	letter-spacing: 0px; 
	border-bottom: 2px solid #FFFFFF; 
	border-right: 2px solid #FFFFFF;    
	border-left: 2px solid #FFFFFF; 
	border-color: #A4A2A2;
	background: #A4A2A2;
	}
	
h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 9px;
	color: #F8CA50;
	font-weight: bold;
	font-family: tahoma;
	text-transform: uppercase;
	padding: 1px;
	text-align: justify;
	letter-spacing: 0px;
	background: #A4A2A2;
	border-bottom: 2px dashed #FFFFFF;
	}	
	
h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: tahoma;
	text-transform: uppercase;
	padding: 1px;
	text-align: center;
	letter-spacing: 0px;
	}
h4 {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	font-family: tahoma;
	text-align: left;
	padding: 3px;
	margin: 0px;
	line-height: 9px;
	}

h5{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 9px;
	color: #F8CA50;
	font-weight: bold;
	font-family: tahoma;
	text-transform: uppercase;
	padding: 1px;
	text-align: center;
	letter-spacing: 0px;
	background: #FFFFFF;
	}
h6{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: tahoma;
	text-align: justify;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	}
body{
    font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: tahoma;
	text-align: left;
	}
-->