@charset "UTF-8";
/* CSS Document */

.t1 {
	text-align: left;
}
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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
	font: Georgia, Times, serif;
	font-size: 12px;
	line-height:20px;
	text-align: left;
}
td,th {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	text-align: left;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #003;
}
h1 {
	font-size: 24px;
	color: #003;
}
.subhead {
	font-size: 18px;
	color: #003;
	font-weight:bold;
}
.s2 {
	font-size: 12px;
}
img {
	border:0px;
}
.oneColFixCtr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
