@charset "utf-8";
.style1 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.style3 {
	color: #0B9444;
	font-style: italic;
	font-size: 14px;
}

body {
	font: 100% Arial, sans-serif;
	background: #EFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	vertical-align: top;
	font-size: 14px;
}


.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 14px;
	font-family: Arial, sans-serif;
}
.oneColFixCtrHdr #header {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #0B9444;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	vertical-align: top;
	text-align: center;
}
.oneColFixCtrHdr #side {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #0B9444;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.oneColFixCtrHdr #bodytext {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}

.oneColFixCtrHdr #footer {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #0B9444;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: top;
	text-align: center;
}
.style2 {
	color: #FFFFFF;
	font-size: 14px;
}

.style4 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
}
.style5 {color: #999999

}
	 
img { /* defines the css for the <img> tag */
	border: 0px; /* set border width to 0 pixels */
}
