* {
   font-family : Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL, HR  {
	font-size : 10pt;
	color: white;
}
  
html, body {
	scrollbar-base-color: #6E3131;	
}  

a:link, a:visited {
	color: #D0A86F;
	text-decoration: none;	
}
a:hover, a:active {
	color: #ECC54F;
	text-decoration: none;
}

SMALL  {
  	font-family : Arial, Helvetica, sans-serif;
  	font-size : 8pt;
}
  
H2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight: normal;
}
  
H3  {
  	font-family : Arial, Helvetica, sans-serif;
  	font-size : medium;
	font-weight: normal;	
}
  
H4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold;
}
  
.heading2  {
  	font-family : Arial, Helvetica, sans-serif;
  	font-size : large;
	font-weight: normal;
}
  
.heading3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight: normal;
}

.heading4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold;
}
 
.border {
        border: 6;
        border-style: solid;
        border-color: white;
}

hr {
	border: none;
	color: #D0A86F;
	background-color: #D0A86F;
	height: 2px;
}
