﻿body {
	margin: 0px auto 0px auto;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
}
.MainPageTable {
	padding: 0px;
	margin: 5px auto 5px auto;
	width: 750px;
	vertical-align: top;
	text-align: center;
	border-spacing: 0px;
	border-collapse: collapse;
}
.MainTable {
	border: 2px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 750px;
	background-color: #FFFFFF;
}
.MainTableHeader {
    height: 125px;
    background-color: #00aef0;
}
.MainTableBody {
}
.MainTableFooter {
	text-align: center;
	vertical-align: middle;
	background-color: #00aef0;
}

.center  {
	text-align: center
}

.attention  {
	text-decoration: blink;
	color: #FF0000;
}

img.outline {
	border: 2px solid #000000
}
h1 {
	font-weight: bold;
	font-size: 22px;
}
h2 {
	font-weight: bold;
	font-size: 20px;
}

h3 {
	font-weight: bold;
	font-size: 18px;
}

h4 {
	font-weight: bold;
	font-size: 16px;
}

h5 {
	font-weight: bold;
	font-size: 14px;
}

h6 {
	font-weight: bold;
}
td.TenPxSpacer {
	width: 100%;
	height: 10px;
}
.copyright {
	font-size: 10px;
	text-align: center;
}
.MainMenu {
	vertical-align: middle;
	text-align: center;
	letter-spacing: normal;
	line-height: 120%;
}

a:link {
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #666666;
	font-style: normal;
	text-decoration: none;

}
a:hover {
	color: #00aef0;
	text-decoration: underline;
}
a:active {
	color: #000000;
	font-style: normal;
	text-decoration: none;

}
li {
	list-style-type: square;
}

div.IndentList  {
	margin-left: 20px;
	margin-right: 20px;
}

