body 
{ 
	background-color: #A67D3D;
}

.heading1
{
	font-family: Arial, 'Sans Serif';
	font-style: normal;
	font-weight: bold;
	font-size: 16pt;
	background-color: #FFFFFF;
 	color: #A0522D;	
}

.heading2
{
	font-family: Arial, 'Sans Serif';
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
	background-color: #FFFFFF;
 	color: #A0522D;	
}

.heading3
{
	font-family: Arial, 'Sans Serif';
	font-style: normal;
	font-weight: bold;
	font-size: 13pt;
	background-color: #FFFFFF;
 	color: #A0522D;	
}

.heading4
{
	font-family: Arial, 'Sans Serif';
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	background-color: #FFFFFF;
 	color: #A0522D;	
}

.normal
{
	font-family: Arial, 'Sans Serif';
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	background-color: #FFFFFF;
 	color: #000000;	
}

.footnote
{
	font-family: Arial, 'Sans Serif';
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	background-color: #FFFFFF;
 	color: #000000;	
}

.footer
{
	font-family: Arial, 'Sans Serif';
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	background-color: #DDDDDD;
 	color: #000000;	
}


a:link
{
	background: transparent;
	color: #A0522D;
}

a:active
{
	background: transparent;
	color: #A67D3D;
}

a:visited
{
	background: transparent;
	color: #A67D3D;
}