.BDY {
	background-image:url("/Act/pics/bg2.jpg")
}

.TBL {
	background-color:SteelBlue;
}

.TableHeader {
	padding: 0.2mm 1mm 0.2mm 1mm;
	background-color:SteelBlue;
	font-family:Tahoma, Sans Serif;
	color:WhiteSmoke;
	font-size:3.5mm;
	font-weight:bold;
}

.TableBody {
	background-color:WhiteSmoke;
	padding-left:1.7mm;
	padding-top:1.7mm;
}

.List1 {
	font-family:Tahoma, Sans Serif;
	font-size:3.2mm;
	background: white;
}

.List2 {
	font-family:Tahoma, Sans Serif;
	font-size:3.2mm;
}

.EvenRow {
	background: #e0e0e0;
	cursor:pointer;
}

.Hand, .Hand a, .Hand a:visited, .Hand a:active, .Hand a:hover {
	cursor:pointer;
	color: black;
}

.OddRow {
	background: #f3f3f3;
	cursor:pointer;
 }

.RowHilite {
	cursor:pointer;
	color: white;
	background-color: SteelBlue;
}

.InfoHilite, .InfoHilite a, .InfoHilite a:active, .InfoHilite a:visited, .InfoHilite a:hover {
	cursor:pointer;
	color: white;
	background-color: green;
}

.RowNoHilite {
	cursor:pointer;
 	color:#000050;
}

.INP {
	border:1px solid SteelBlue;
	background-color:White;
	font-size:3.5mm;
	color:Black;
	font-family:Tahoma, Sans Serif;
	padding-left:0.5mm;
}

.BT {
	border: 1px solid Black;
	background-color: White;
	font-size: 3.5mm;
	color: Black;
	font-weight: bold;
	font-family: Tahoma, Sans Serif;
	cursor: pointer;
}

.BTHilite {
	border: 1px solid Black;
	background-color: SteelBlue;
	font-size: 3.5mm;
	color: White;
	font-weight: bold;
	font-family: Tahoma, Sans Serif;
	cursor: pointer;
}

.LoginForm {
	font-family:Tahoma, Sans Serif;
	font-size:3.5mm;
	color:SteelBlue;
}

.ERRLine {
	font-family: Times New Roman, Serif;
	font-size:4.1mm;
	font-weight: bold;
	color: #A00000;
}

.GRLine {
	font-family: Times New Roman, Serif;
	font-size: 4.1mm;
	font-weight: bold;
	color: SteelBlue;
}

.CPLine {
	font-family: Tahoma, Sans Serif;
	font-size: 2.9mm;
	color: Gray;
	width: 640px;
	text-align: center;
	align: center;
}

a:active, a:visited, a:link {
	font-family: Tahoma, Sans Serif;
	font-size:3.5mm;
	color:White;
	text-decoration: none;
}

a:hover {
	font-family:Tahoma, Sans Serif;
	font-size:3.5mm;
	color: #00F000;
}

