@charset "UTF-8";
body {
	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: #2E2E2E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-image: url(new_images/wave.png);
	background-repeat: no-repeat;
	background-position: center 230px;
}
#body {
	background-image: url(new_images/body.png);
	width: 766px;
	background-repeat: repeat-y;
}
#footer {
	height: 77px;
	width: 766px;
	background-image: url(new_images/footer.png);
}
.oneColElsCtr #container {
	width: 766px;
	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;
}
#header1 {
	height: 28px;
	width: 766px;
}
#header2 {
	background-image: url(new_images/header.png);
	height: 117px;
	width: 766px;
}
#toplogo {
	background-image: url(new_images/btns/toplogo.png);
	height: 120px;
	width: 826px;
	left: 50%;
	margin-left: -413px;
	position: absolute;
	top: 13px;
}
.Heading {
	font-size: 18px;
	font-weight: bold;
	color: #040404;
	text-align: center;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9C9C9C;
}
.Body {
	font-size: 13px
}
#bodytextholder {
	width: 570px;
}
.Footnotes {
	font-size: 13px
}
body,td,th {
	font-size: 13px;
}
.style3 {font-size: 10px}
	
.irite {
	text-align: left;
	color: #2E2E2E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:5px;
	background:none;
}
