A:link {
	background-color : transparent;
	color : #777777;
	text-decoration : none;
	font-weight:bold;
}
A:visited {
	background-color : transparent;
	color : #777777;
	text-decoration : none;
	font-weight:bold;
}
A:hover {
	background-color : transparent;
	color : #59342C;
	text-decoration : none;
	font-weight:bold;
}
A:active {
	background-color : transparent;
	color : #777777;
	text-decoration : none;
	font-weight:bold;
}


SELECT {  
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px 
}
TEXTAREA {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px
} 
INPUT {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px 
}


H1 {
	font-family : Verdana, sans-serif;
	font-size : 16pt;
	color : #59342C;
	margin-bottom : 10px;
	margin-top : 20px;
         margin-left: 10px;
}
H2 {
	font-family : Verdana, sans-serif;
	font-size : 12pt;
	color : #59342C;
	margin-bottom : 10px;
	margin-top : 20px;
         margin-left: 10px;
}
H3 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #59342C;
	margin-bottom : 10px;
	margin-top : 20px;
      	margin-left: 10px;
}
H4 {
	font-family : Verdana, sans-serif;
	font-size : 9px;
	color : #59342C;
	margin-bottom : 0px;
	margin-top : 10px;
         margin-left: 10px;
}

P {
	font-family : Verdana, sans-serif;
	font-size : 10pt;
	line-height : 140%;
	color: #646464;
	margin-top : 10px;
	margin-bottom : 1px;
         margin-left: 10px;
         margin-right: 10px;
	padding-bottom : 0px;
	/*text-indent : 20px;*/
}

