body
{
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
    color: #70655a;
    font-family: arial;
	font-size: 11pt;
    background-color: #f7f7f7;
    text-decoration: none;
	border: 0;
	margin: 0;
}
.header
{
}
.content {
	width:770px;
	margin:0px auto;
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0;
	border:0;
	}
.footer
{
	text-align:center;
}
a
{
    color: #ca471c;
    text-decoration: none
}
a:hover
{
    color: #ca471c;
    text-decoration: underline
}
img
{
	border: 0;
}
h1
{
	margin-top: 6pt;
	margin-bottom: 3pt;
	color: #3e3328;
    font-weight: bold;
    font-size: 12pt
}
h2
{
	margin-top: 6pt;
	margin-bottom: 0;
	color: #665b50;
    font-weight: bold;
    font-size: 11pt
}
h3
{
	margin-top: 3pt;
	margin-bottom: 0;
	color: #70655a;
    font-weight: bold;
    font-size: 11pt
}

