html { height: 100%; }

.mainBody
{
	background-color: #99ccff;
	margin: 10px;
}

body, td
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;

}


h1
{
	color: #0076cd;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;

}

h2
{
	color: #0076cd;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}

h3
{
	color: #000;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}

.bluetext
{
color: #0076cd;
}
.bluetextbold
{
color: #0076cd;
font-weight: bold;
}

form { margin: 0px; }

ol {list-style-type:lower-alpha; }

ul, ol
{
	color: #000;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
}

li { margin: 0px; }

a { text-decoration: underline;}
a:link { color: #0076cd; }
a:visited { color: #0076cd; }

a:active
{
	color: #0076cd;
	text-decoration: underline;
}

a:hover
{
	color: #0076cd;
	text-decoration: none;
}

.mainmenu, .mainmenu a
{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.mainmenu a:hover, .mainmenu a.current  
{
	color: #0076cd;
	text-decoration: none;
}
