BODY
{
	background-color: #98aabe;
}

TABLE
{
	color: Aqua;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	border-width: 0px;
}

TD
{
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
}

INPUT
{
	background-color: white;
	border-color: Navy;
	border-width: 1px;
	color: navy;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
}

SELECT
{
	background-color: white;
	border-color: Navy;
	border-width: 1px;
	color: navy;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
}

OPTION
{
	color: navy;
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
}

.header1nomargin
{
	background-color: #415971;
	color: white;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.header1
{
	background-color: #415971;
	color: white;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.header2
{
	background-color: #415971;
	color: white;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

table.innertable
{
	border-left: 1px solid black;
	border-top: 1px solid black;
}

.innertableheader
{
	background-color: #415971;
	color: white;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.innertablecell
{
	background-color: white;
	color: black;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.innertablecellalt
{
	background-color: #E0E0E0;
	color: black;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.label
{
	color: black;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
}
.tabtext
{
	color: black;
	font-size: 13px;
	text-align: left;
}
.error
{
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.input1
{
	background-color: #98aabe;
	color: black;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}
.leftalign
{
	font-size: 13px;
	text-align: left;
	color: black;
}
.rightalign
{
	font-size: 13px;
	text-align: right;
	color: black;
}
.leftalignwhite
{
	font-size: 13px;
	text-align: left;
	color: white;
}
.rightalignwhite
{
	font-size: 13px;
	text-align: right;
	color: white;
}

A
{
	color: black;
	text-decoration: none;
}
A:visited
{
	color: black;
	text-decoration: none;
}
A:active
{
	color: black;
	text-decoration: underline;
}
A:hover
{
	color: black;
	text-decoration: underline;
}
A.white
{
	color: white;
	text-decoration: none;
}
A.white:visited
{
	color: white;
	text-decoration: none;
}
A.white:active
{
	color: white;
	text-decoration: underline;
}
A.white:hover
{
	color: white;
	text-decoration: underline;
}
IMG
{
	padding: 0px;
	margin: 0px;
}
