body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #FFFFFF;
	background: #776B59 url(../images/stripes.gif) repeat scroll;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.coverstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #FFFFFF;
	background: #776B59 url(../images/stripes.gif) repeat scroll 0px 1px;
}

.footerstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #524130;
	background-color: #776B59;
}

.content {
	color: #524130;
	background-color: transparent;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	font-weight: bolder;
	color: #524130;
}
a:visited {
	color: #524130;
	text-decoration: underline;
	font-weight: bolder;
}
a:hover {
	text-decoration: underline;
	font-weight: bolder;
	color: #302010;
}
a:active {
	color: #524130;
	text-decoration: underline;
	font-weight: bolder;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
h3 {
	font: bolder 11px   Arial, Helvetica, sans-serif;
	padding: 3px;
	background: #F3F3F3;
}

.required {
	color: #9f160d;
	font-weight: bolder;
}
