﻿body
{
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	background-image: url('Images/ContBack.jpg');
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 9pt;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-color: #000000;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

.clearboth {
	clear: both;
}

h1 {
	font-size: 14pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
}
h4 {
	font-size: 11pt;
	font-weight: bold;
}
h5 {
	font-size: 8pt;
}
h6 {
	font-size: 9pt;
}
a
{
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:active {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
li
{
	padding-bottom: 10px;
}
.naviTop {
	width: 100px;
	height: 30px;
	color: #FFFFFF;
	background-image: url('Images/ContNavi.jpg');
	background-repeat: repeat-x;
}
a.naviTop {
	background-image: url('Images/ContNavi.jpg');
	text-decoration: none;
}
.naviTopSelected {
	background-image: url('Images/ContNaviRoll.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:left;
	width: 100px;
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
}
a.naviTopSelected {
	background-image: url('Images/ContNaviRoll.jpg');
	background-repeat: no-repeat;
	background-position:left;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.NavDefault
{
	color: #FFFFFF;
	font-size: 9pt;
	background-image: url('Images/ContNaviLeft.jpg');
	background-repeat: repeat-y;
	height: 30px;
}
a.NavDefaultSet
{
	color: #333333;
}

.NavDefaultSelected
{
	color: #FFFFFF;
	font-size: 9pt;
	background-image: url('Images/ContNaviLeftRollover.jpg');
	height: 30px;
	background-repeat: no-repeat;
	text-decoration: none;
}

a.NavDefaultSelected
{
	color: #FFFFFF;
	font-size: 9pt;
	background-image: url('Images/ContNaviLeftRollover.jpg.gif');
	background-attachment: fixed;
	height: 30px;
	background-repeat: no-repeat;
	text-decoration: none;
}
.white{
	color: #FFFFFF;
	text-decoration: none;
}

a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	color: #990000;
	text-decoration: underline;
}

.TitleDefault
{
	color: #990000;
	font-size: 17pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.TitleSub
{
	color: #990000;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
