body
{
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	color: #555555;
}
.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;
}
textarea
{
	font-family: Tahoma;
	font-size: 11px;
}
INPUT
{
	font-family: Tahoma;
	font-size: 11px;
}
SELECT
{
	font-family: Tahoma;
	font-size: 11px;
}
A:link, A:visited
{
	text-decoration: none;
	color: #3E7B8A;
}
A:hover
{
	color: #FF7419;
	text-decoration: none;
}
.ModuleTitr
{
	font-family: tahoma;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: Maroon;
}
.ModuleTitle
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.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: tahoma;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: gainsboro;
	text-decoration: none;
}
.FormTitr
{
	color: #000000;
	font-weight: bold;
}
.CatLink:link, .CatLink:visited
{
	color: #666666;
}
.CatLink:Hover
{
	color:#222222;
}
.TopMenuLink:link, .TopMenuLink:visited
{
	font-weight:bold;
	color:White;
}
.TopMenuLink:Hover
{
	font-weight: bold;
	color: lightblue;
}
.txtBox
{
	border: 0px;
	background-image: url(Images/default.gif);
	background-repeat: no-repeat;
	_background-attachment: fixed;
	height: 21px;
	width: 179px;
	color: #666666;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 3px;
	background-color: transparent;
}
.dgItem TD
{
	border-bottom:solid 1px #cccccc;
}