﻿@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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 */
	top: inherit;
}
.oneColFixCtr #container {
	width: 768px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 1px;
	height:inherit
}
.oneColFixCtr #mainContent {
	width: 768px;
	background-image: url(images/spacer.png);
	background-repeat: repeat;
	margin-top: 6px;
}
.oneColFixCtr #footer {
	width: 768px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	min-height: 75px;
}
h1{ color: #000000;	font-weight:normal;	font-size:14px }
h2{	color: #000000; font-weight:normal; font-size:12px }
h3{ color: #6699cc; font-weight:normal;	font-size:12px }
h4{ color: #6699cc; font-weight:normal;	font-size:10px }
h5{ color: #000000; font-weight:normal;	font-size:10px }

.absolute {

	position: absolute;

}

.noborder {

	border-width: 0px;

}

.oneColFixCtr table tr td table tr td div table tr th .style18 table tr th table tr td ul {
	text-align: justify;
}
.oneColFixCtr table tr td table tr td div table tr th .style18 table tr th table tr td blockquote {
	text-align: justify;
}
.oneColFixCtr table tr td table tr td div table tr th .style18 table tr th table tr td {
	text-align: justify;
}
