﻿body {
	font-family: arial, helvetica, sans-serif;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	color: #333;
	background: #fff;
	font-size: 75%;
}
img {
	border: 0px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #c00;
	text-decoration: underline;
}
div#mainContainer {
	width: 720px;
	width: 722px;
	margin: auto;
}
div#mainHeader {
}
div#mainContent {
}
div#mainContentPadded {
	padding: 10px 20px 0px 20px;
}
div#mainContentPadded a {
	text-decoration: underline;
}
div#mainFooter {
	margin: 10px;
	clear: both;
	font-size: 80%;
	color: #999;
	background: inherit;
	text-align: center;
}
div#mainFooter a {
	color: #999;
	background: inherit;
}
table {
	border-collapse: collapse;
}
table td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
h1 {
	font-size: 175%;
	color: #06c;
	margin-top: 6px;
}
h2 {
	font-size: 135%;
	color: #06c;
}
h3 {
	font-size: 100%;
	color: #06c;
}
.style1 {
	color: #06c;
	font-weight: bold;
}
.style2 {
	color: #cc0000;
}
.style3 {
	font-size: 80%;
}
.style4 {
	text-align: center;
}
table.tabularData {
	width: 100%;
	border-collapse: separate;
	border: 1px solid #bddcfc;
}
table.tabularData th {
	background: #bddcfc;
}
table.tabularData td {
	background: #e0edfa;
}
table.tabularData th, table.tabularData td {
	margin: 1px;
	padding: 2px;
}