﻿body
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	background-color: #ffffff;
	color: #000000;
}
p
{
	font-size: 13px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
}
td.Footer
{
	height: 20px;
	color: #ffffff;
	font-size: 11px;
	padding-left: 2px;
	background-image: url('footback.gif');
	padding-left: 2px;
	padding-right: 2px;
}
td.Navigation
{
	height: 20px;
	color: #000000;
	font-size: 11px;
	background-image: url('menuback.gif');
	padding-left:2px;
}
td.ListHeader
{
	font-size: 13px;
	font-weight: bold;
	background-color: #e0e0e0;
	text-align:center;
}
h1
{
	margin-top:20px;
	font-size: 24px;
	margin-left: 50px;
	margin-right: 50px;
	color: #003333;
}
h2
{
	margin-left: 50px;
	margin-right: 50px;
	text-align: left;
	font-size: 13px;
	color: #003333;
}
td.MenuItem
{
	font-size: 13px;
	font-weight: bold;
	height:22px;
	width:121px;
	background-image: url('menuback.gif');
}
a.MenuItem
{
	text-decoration: none;
	color: #000000;
}
a.MenuItem:hover
{
	text-decoration: none;
	color: #FF0000;
}
a.Footer
{
	text-decoration: none;
	color: #ff9900;
}
a.Footer:hover
{
	text-decoration: underline;
	color: #ff0000;
}
ul
{
	margin-left:80px;
	margin-right:50px;
}
a
{
	text-decoration: none;
	color: #FF0000;
}
a:hover
{
	text-decoration: underline;
	color: #FF0000;
}
form
{
	margin: 0px;
}
table.FormTable
{
	width: 100%; height: 425px
}
td.FormButton
{
	text-align: center;
	vertical-align: bottom;
}
div.FormDiv
{
	margin-left: 50px; width: 519px;
}
div.ListDiv
{
	margin-left: 50px; width: 519px;
	overflow: auto;
	border: solid 1px #000000;
}
td.FormLabel
{
	font-size: 13px;
}
td.FormField
{
	font-size: 13px;
}
input.FormField, textarea.FormField
{
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}
td.ListNumber
{
	font-family: Courier New;
	font-size: 13px;
}
td.ListItem
{
	font-size: 13px;
}
tr.Alternate
{
	background-color: #e8e8e8;
}