body
{
	margin: 0 0 0 0;
}
.Normal
{
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
.NormalRed
{
	color: Red;
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
.NormalBold
{
	font-weight: bold;
}
TD
{
	font-family: Tahoma;
	font-size: 11px;
	line-height:18px;
}
INPUT
{
	font-family: Tahoma;
	font-size: 11px;
}
SELECT
{
	font-family: Tahoma;
	font-size: 11px;
}
A:link, A:visited
{
	text-decoration: none;
	color: Blue;
}
A:hover
{
	color: Red;
	text-decoration: none;
}
.ModuleTitr
{
	font-weight: bold;
	font-size: 17px;
	font-family: Arial, Tahoma;
	color: Maroon;
}
.CommandButton:Link, .CommandButton:visited
{
	text-decoration: none;
	color: Blue;
}
.CommandButton:hover
{
	color: Red;
	text-decoration: none;
}
.TabBg
{
	background-color: white;
	border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-color: dimgray;
	border-color: black;
}

/* text style for the selected tab */
.SelectedTab
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: DarkRed;
	font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: gainsboro;
	text-decoration: none;
	font-weight: bold;
}
.MenuTD
{
	border-bottom: solid 1px #545356;
}
.MenuTable
{
	background-color: #E8E8EA;
}
.MenuLink:link, .MenuLink:visited
{
	color: #545356;
}
.MenuLink:hover
{
	color: Red;
}
