a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

body,td,th {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #666666;
}
body {
	background-color: #cde3ee;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.divErr {
	font-weight: bold;
	color: #FF0000;

}


.divBasic {
	margin-left: -450px;
	overflow: visible;
	position: absolute;
	height: 100%;
	width: 900px;
	left: 50%;
	z-index: 3;

}

.divHead {
	margin-left: -450px;
	overflow: visible;
	position: absolute;
	height: 149px;
	width: 900px;
	left: 50%;
	background-image: url(/img/bghead.gif);
	background-repeat: no-repeat;

}
.divMenu {
	margin-left: -450px;
	overflow: visible;
	position: absolute;
	height:	auto;
	width: 900px;
	left: 50%;
	top: 150px;
	z-index: 4;

}
