body
{
	font-size: 14px;
	color: black;
	background-color: #dedbad;
}
A:link
{
	font-size: 14px;
	color: #006666;
}
A:visited
{
	font-size: 14px;
	color:#006666;
}
A:hover
{
	font-size: 14px;
	color:#006666;
}




INPUT
{
	font-size: 14px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
OPTION
{
	font-size: 14px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
SELECT
{
	font-size: 14px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.FRONTPAGEHEADER
{
	font-weight: bold;
	color: #cc3333;
	background-color: #003366;
}
.Table1
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background-color: #993366;
	text-decoration: none;
}
.Table2
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background-color: #009966;
	text-decoration: none;
}
.Table3
{
	font-weight: bold;
	font-size: 16px;
	color: #003366;
	background-color: lightsalmon;
	text-decoration: none;
}
.Table4
{
	font-weight: bold;
	font-size: 13pt;
	color: #ffffff;
	background-color: #a040ff;
	text-decoration: none;
}
.Table5
{
	font-weight: bold;
	font-size: 13pt;
	color: #ffffff;
	background-color: palevioletred;
	text-decoration: none;
}
.Table6
{
	font-weight: bold;
	font-size: 13pt;
	color: #ffffff;
	background-color: indianred;
	text-decoration: none;
}

.MainHeader
{
	font-weight: bold;
	font-size: 13pt;
	color: #ffffff;
	background-color: #003366;
	text-decoration: none;
}
.TAB
{
	background-position: center bottom;
	font-weight: bold;
	font-size: 12px;
	background-image: url(Images/tab.gif);
	vertical-align: baseline;
	color: aliceblue;
	background-repeat: no-repeat;
	text-align: center;
}
.SelectedTab
{
	background-position: center bottom;
	font-weight: bold;
	font-size: 12px;
	background-image: url(Images/tabSelected.gif);
	vertical-align: baseline;
	color: #003366;
	background-repeat: no-repeat;
	text-align: center;
}
.Table3Link
{
	font-weight: bold;
	color: #333366;
	text-decoration: underline;
}

.GridHeaderFooter
{
	font-weight: bold;
	font-size: 12px;
	background-color: papayawhip;
}

.GridItem
{
	background-color: lightcyan;
}
.GridAltItem
{
	background-color: lavender;
}
.AllignRight
{
	text-align: right;
}