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

<style type="css/text.css">
 
text {
	font-family:  papyrus;
	font-size: 12px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 4;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

 
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 4;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F4D235;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 
.header4 {
	font-family:  papyrus;
	font-size: 12px;
	bgcolor: # 000
	color: #000;
	font-style: normal;
	letter-spacing: normal;
	color: #FFF;
	padding: 4;
}		

.header3 {
	font-family: papyrus;
	font-size: 14px;
	bgcolor: #F4D235;
	font-weight: bold;
	text-align: left;
}

.header2 {
	font-family: papyrus;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	text-align: left;
}

.header1 {
	font-family: papyrus;
	font-size: 24px;
}

 

.header2left {
	text-align: left;
}
.footer {
	font-family: Papyrus;
	font-size: 14px;
	font-style: normal;
	text-transform: none;
	color: #000;
	text-align: center;
}
</style>
