@charset "UTF-8";
/* CSS Document */


body {
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif, mono;
	/*line-height: 14px;*/
	font-variant: small-caps;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	padding: 0px;
	margin: 0px;
	text-align: center;
	
}


table p {
	color: #dbbc6b;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif, mono;
	line-height: 14px;
	font-variant: small-caps;
}

table h1{
	text-align: left;
	font: 14px Georgia, Times New Roman;
	color: #622024;
	border-bottom: 1px solid #592400;
}

table h2{
	text-align: right;
	font: 11px Arial, Helvetica, sans-serif, mono;
	color: #622024;
}



a {
	text-decoration: none;
	color: #622024;
	
}

a:visited {
	text-decoration: none;
	color: #622024;
	
}


a:active{
	text-decoration: underline;
	color: #622024;
}

a:hover{
	text-decoration: underline;
	color: #622024;
}