BODY {
	BACKGROUND-COLOR: #BBBBBB;
	COLOR: #3F3849;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10px;
}

UL, LI, P, TD, TR {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10px;
}

A:LINK, A:VISITED, A:ACTIVE {
	COLOR: #3F3849;
}

A:HOVER {
	COLOR: red;
}

FORM {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10px;
	MARGIN-BOTTOM:0;
}

SELECT, INPUT, TEXTAREA {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #51485F;
	FONT-SIZE: 10px;
	MARGIN-BOTTOM:0;
}

.FONTBUTTONS {
	width: 160px;
	font-weight: bold;
}

.MAINBUTTONS {
	font-weight: bold;
}

.Nullify {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.LoadingMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	background-color:transparent !important;
	background-color: #333333;
	background-image: url("trans_bg.gif") !important;
	background-repeat: repeat;
}
