BODY {
	cursor : default;
}

TABLE {
	font-family: Tahoma;
	font-size: 8pt;
}

.RPT {
	border-bottom : 3px double Black;
	border-top : 3px double Black;
}

.ButtonLogin {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 8pt;
	height: 24px;
	width: 121px;
	cursor: hand;
	background-color:#4169E1;
}

.btnCommon {
	color: #FFFFFF;
	background-color:#4169E1;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 8pt;
	height: 25px;
	width: 140px;
	cursor: hand;
}

.btnReport {
	color: #FFFFFF;
	background-color:#4169E1;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 8pt;
	height: 45px;
	width: 140px;
	cursor: hand;
	text-align: center;
}

.btnLogout {
	color: #FFFFFF;
	background-color:#4169E1;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 8pt;
	height: 24px;
	width: 80px;
	cursor: hand;
}

.Buttons {
	color: #FFFFFF;
	background-color:#4169E1;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 8pt;
	height: 24px;
	cursor: hand;
}

.TextBox {
	font-family: Tahoma;
	font-size: 8pt;
	height: 20px;
	background-color: #FFFFE0;
	color: #0000FF;
}

.ComboBox {
	font-family: Tahoma;
	font-size: 8pt;
	width: 122px;
	background-color: #FFFFE0;
	color: #0000FF;
}

.ComboBox1 {
	font-family: Tahoma;
	font-size: 8pt;
	background-color: #FFFFE0;
	color: #0000FF;
}

.ListBox {
	font-family: Tahoma;
	font-size: 8pt;
	background-color: #FFFFE0;
	color: #0000FF;
	width: 122px;
}

.NavLink {
	text-decoration: none;
}

.NavLink:HOVER {
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration: none;
	color: #FFFFFF;
}

#Review:HOVER {
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: underline;
	color: #B22222;
}

#Review {
	text-decoration: none;
}

#Review:VISITED {
	font-family: Tahoma;
	font-size: 8pt;
	color: #0000FF;
}

