body, div, tr, td, span {
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #C5BD96;
}

.textPad {
	padding: 8px;
}
.topDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 215px;
	width: 766px;
	visibility: hidden;
	z-index: 1;
}
.centerDiv {
	position: absolute;
	background-image: url(../images/centerDiv.png);
	background-repeat: no-repeat;
	top: 215px;
	left: 0px;
	height: 190px;
	width: 766px;
	visibility: hidden;
	z-index: 2;
}
.leftDiv {
	position: absolute;
	background-color: #e9e9e9;
	top: 405px;
	left: 0px;
	width: 304px;
	visibility: hidden;
	z-index: 0;
}
.rightDiv {
	position: absolute;
	background-color: #ffffff;
	top: 405px;
	left: 305px;
	width: 462px;
	visibility: hidden;
	z-index: 1;
}
.bottomDiv {
	position: absolute;
	background-color: #C5BD96;
	background-repeat: no-repeat;
	background-image: url(../images/bottomDiv.png);
	top: 685px;
	left: 0px;
	height: 66px;
	width: 766px;
	visibility: hidden;
	z-index: 1;
}
.hiddenDiv {
	position: absolute;
	background-color: #FFCC66;
	top: 751px;
	left: 0px;
	width: 766px;
	visibility: hidden;
	display: none;
	z-index: 1;
}

.MSPNG {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}

a:link {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
