p {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: 100;
	font-variant: normal;
}
.contents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}
a:link {  font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif; color: #000099; text-decoration: none}
a:visited {  font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif; color: #990000; text-decoration: none}
a:hover {  font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif; color: #0099FF; text-decoration: none; background: #CCCCCC}h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 34px;
	font-weight: bold;
	color: #990000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #990000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
}
.tentext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
}
.style3 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.style1 {font-style: italic}
body {
	background: #242140;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: 100;
}
.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #f1f1f1;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	background-color: #f1f1f1;
	width: 100%;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent {
	background: #f1f1f1;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: visible;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	font-weight: 100;
	color: #333;
}
table {
	background-color: #f5f5f5;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
}
a.small:link {  font: normal 9px/10px Verdana, Arial, Helvetica, sans-serif; color: #999999; text-decoration: none}
a.small:visited {  font: normal 9px/10px Verdana, Arial, Helvetica, sans-serif; color: #999999; text-decoration: none}
a.small:hover {  font: normal 9px/10px Verdana, Arial, Helvetica, sans-serif; color: #999999; text-decoration: none; background: #FFCC00}
.tabledec {
	padding: 0px;
	border: 1px solid #999999;
}
.padding {
	padding: 25px;
}
.leftpadding {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.box {
	margin: 5px;
	padding: 5px;
	border: 1px solid #000066;
	background-color: #FFCC66;
}
.leftline {
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
