body {
	background: #6E9CC7 url(images/bg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
h1 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	color: #3333FF;
	line-height: 30px;
	padding-bottom: 0px;
}
h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #3333FF;
	line-height: 20px;
	padding-bottom: 0px;
}
h3 {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	line-height: 22px;
}
h4 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 16px;
	padding-bottom: 0px;
	padding-top: 5px;
}
p {
	color: #000;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 8px;
}
b {
	color: #000;
	font-size: 12px;
	font-wight: bold;
}
ol {
	padding-left: 20px;
}
ul {
	padding-left: 20px;
	list-style: square;
}
li {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 8px;
}
a {
	color: #3333FF;
}
a:hover {
	color: #EEE;
}
table {
	width: 430px;
	font-size: 11px;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 20px;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background: #3333FF;
	padding: 5px 10px;
}
tr {
	background: #000;
}
tr.alt {
	background: #333;
}
td {
	padding: 5px 10px;
	border-bottom: dashed #929295 thin;
}
td p {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 14px;
}
label {
	font-size: 9px;
	text-transform: uppercase;
	padding-bottom: 5px;
	display: block;
}
form .txtInput {
	width: 294px;
	border: 1px solid #CCC;
	padding: 3px;
	margin-bottom: 15px;
	display: block;
}
#top {
	background: #6E9CC7 url(images/top.gif) repeat-x left top;
	text-align: left;
	width: 100%;
	height: 41px;
}
#main {
	width: 768px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#content {
	padding: 10px 35px 10px 35px;
	text-align: left;
}
#footer {
	clear: both;
	text-align: left;
	padding: 10px 45px 10px 45px;
}
#footer ul {
	padding-left: 230px;
	padding-top: 10px;
	padding-bottom: 25px;
	font-size: 12px;
	line-height: 16px;
	list-style: none;
}
#footer ul li {
	float: left;
	font-weight: bold;
	margin-right: 30px;
}
#footer ul li a {
	color: #FFF;
}
#footer ul li a:hover {
	color: #333;
}
#footer ul li a:active {
	color: #1C5FA9;
}
