body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #858585;
}
body {
	background-color: #c4beb0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
}
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
input,select,textarea {
	background-color: #FAFAFA;
	font-family: "MS Sans Serif";
	font-size: 12px;
	color: #858585;
}
a {
	color: #63605d;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #0033CC;
}
.heading1 {
	color: #63605d;
	font-size: 16px;
	font-weight: bold;
}
.small1 {
	font-size: 11px;
}
.small2 {
	color: #63605d;
	font-size: 11px;
}
.copyright {
	color: #63605d;
	font-size: 9px;
	font-weight: bold;
}
.FormUsername {
	padding-left: 17px;
	background-image: url(../images/icon-login.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.FormPassword {
	padding-left: 17px;
	background-image: url(../images/icon-password.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bgFixedTopLeft {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
.scroll {
	text-align:left;
	width: 220px;
	height: 160px;
	overflow: auto;
}
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 120px;
	border: 1px solid black;
	padding: 5px;
	background-color: #ffffe0;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}