#container {
	width: 880px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
#mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.Normal {
	font-family: Verdana;
	font-size: x-small;
	font-weight: normal;
}
.Headline {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;

}
.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.Hibody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-color:#FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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;
	}
a:link {
	color: #0000FF;
}
a:visited {
	color: #FF0033;
}
a:active {
	color: #00FF00;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
.style1 {
	color: #000000
	}

#main_body {
	background-color: #FFFFFF;
	width: 100%;
	}
	
#header {
	background-color: #C6E1CE;
	top: 0px;
	}
#header_menu {
	background-color: #C6E1CE;
	padding: 2px;
	vertical-align: middle;
	}
	
