body {
	color: #000000;
	background: none;
}

a:link {
	color:#8D5B16;
	background: transparent none;
	font-weight : bold;
	line-height : 16px;
	font-size : 10pt;
	font-family :Arial;
	text-decoration : none;
	
	
}

a:visited {
	color:  #8D5B16;
	background: transparent none;
	font-weight : bold;
	line-height : 16px;
	font-size : 10pt;
	font-family :Arial;
	text-decoration : none;
	
}

a:active {
	color: #E27D1B;
	background: transparent none;
	font-weight : bold;
	line-height : 16px;
	font-size : 10pt;
	font-family :Arial;
	text-decoration : none;
	
}

a:hover {
	color:  #E27D1B;
	background: #FFD2A5;
	font-weight : bold;
	line-height : 16px;
	font-size : 10pt;
	font-family :Arial;
	text-decoration : none;
	
}

h1 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FF6600;
	background: transparent none;
}

h2 { 
	font-family: Arial;
    	 font-size: 10pt;
    	 color:  #E27D1B; 
     	font-weight: bold;
     	background: transparent none; 
}

h3 {
	 font-family: Arial;
    	font-size: 8pt;
    	 color:  #E27D1B; 
     	background: transparent none; 
}

p {
	font-family: Arial;
	font-size: 10pt;
	color: #8D5B16;
	background: transparent none;
	font-style : normal;
	font-stretch : normal;
	font-weight : normal;
}
 
i { font-family: Arial;
    font-size: 10pt;
    color: #8D5B16;
    background: transparent none; }


