@charset "UTF-8";
.container {
	margin: 0px auto;
	text-align: center;
}
/* CSS Document */

body {
	font: 100% "Times New Roman", Times, serif;
	color: #333;
	background: #e1d8b9 url(../_images/page_background.jpg) repeat-x;
	margin: 0px;
	border-width: 0px;
	border-style: none;
}
p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.4em;
	overflow: auto;
}
ul, ol, dl {
	margin: 0;
	padding: 0;
	list-style: square inside;
	text-indent: 20px;
}
#mainContent tr td {
	background: url(../_images/main_s1.gif) no-repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
body td th {
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	padding: 0px;
	line-height: 1em;
	margin-bottom: 0.4em;
	color: #1C7C9A;
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: none;
	font-weight: 700;
}
h1 {
	font-size: 1.6em;
	margin: 0px 0px 4px;
	padding: 0px 0px 4px;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 { 
	font-size: 1em; 
}
h6 { 
	font-size: 1em;
	font-weight: normal; 
}
a img { 
	border: none;
}

a:link {
	color: #1C7C9A;
}
a:visited {
	color: #093;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.overflow {
	overflow: auto;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.caption {
	font: 0.8em "Times New Roman", Times, serif;
	text-align: left;
	color: #1C7C9A;
	font-style: normal;
}
.smallprint {
	font-size: 0.9em;
	line-height: 1.1em;
}
.tableHead {
	font: normal 0.9em "Arial Black", Gadget, sans-serif;
	color: #FFF;
}
.tableBold {
	font: 0.8em "Arial Black", Gadget, sans-serif;
	color: #1C7C9A;
}
.tableBody {
	font: 0.9em "Times New Roman", Times, serif;
	color: #333;
}

