﻿.UnderLineLink A:link
{
	color: blue;
	text-decoration: underline;
}
.UnderLineLink A:visited
{
	color: blue;
	text-decoration: underline;
}
.UnderLineLink A:active
{
	color: blue;
	text-decoration: underline;
}
A:link
{
	color: blue;
	text-decoration: none;
}
A:visited
{
	color: blue;
	text-decoration: none;
}
A:active
{
	color: blue;
	text-decoration: none;
}
A:hover
{
	color: blue;
	text-decoration: none;
}
.menu
{
	width: 100;
	color: white;
	text-align: left;
}
.menu:hover
{
	background-color: #888888;
	border: solid 1px black;
}
.submenu
{
	position: absolute;
	background-color: #ffda9a;
}
.submenuitem:hover
{
	background-color: #888888;
}
.Main
{
	font-size: 12px;
	font-family: Verdana, Arial;
}
.Main h1
{
	font-size: 16px;
	font-weight: bold;
}
.Main h2
{
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}
.Main h3
{
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}
.Body
{
	font-size: 12px;
	font-family: Verdana, Arial;
}
.Footer
{
	color: gray;
	background-color: #f4f4f4;
}
.Footer2
{
	color: gray;
	background-color: #f4f4f4;
}

.DataListHeader td
{
	color: White;
	font-weight: bold;
	background-color: #3366CC;
	height: 25px;
	border-top: solid 1px Black;
	border-bottom: solid 1px Black;
	text-align: center;
	white-space: nowrap;
}

.DataListHeader2 td
{
	color: White;
	font-weight: bold;
	background-color: #3366CC;
	height: 25px;
	border-top: solid 1px Black;
	border-bottom: solid 1px Black;
	white-space: nowrap;
}

.DataListRow td
{
	color: #222222;
	background-color: #DDDDDD;
	height: 25px;
	border-bottom: solid 1px Black;
	white-space: nowrap;
}

.DataListAltRow td
{
	color: #222222;
	background-color: #BBBBBB;
	height: 25px;
	border-bottom: solid 1px Black;
}
.FormBody
{
	background-color: #FFFFFF;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
}
.BackgroundHeader
{
	background-color: #ff9900; /*#cbc7a0;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.BackgroundHeader2
{
	background-color: #ff9900;/*#cc6600;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

