body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F8F8F8;
}
td, th {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.headerNav {
	padding-left:10px;
}

.headerNav a {
	text-decoration:none;
}
.headerNav a:hover {
	text-decoration:none;
	color:#CC968C;
}

.headerDotsLine {
	background-image: url(../img/header_dotsLine.gif);
}
.headerDotsNoLine {
	background-image: url(../img/header_dotsNoLine.gif);
}
.topColorFill {
	background-image: url(../img/top_colorFill.gif);
}

.centerButtons {
	border-left:1px solid #8F8E7E;
	border-right:1px solid #8F8E7E;
}
.centerGroundFillRight {
	border-left:1px solid #8F8E7E;
	background-image:url(../img/center_groundFill.gif);
}
.centerGroundFill {
	background-image:url(../img/center_groundFill.gif);
}
.centerBackground {
	background-color: #FFFFFF;
}
.centerBody {
	border-left:1px solid #8F8E7E;
	border-right:1px solid #8F8E7E;
}
.centerGroundFillL {
	border-right:1px solid #8F8E7E;
	background-image:url(../img/center_groundFill.gif);
}
.centerL {
	border-left:1px solid #8F8E7E;
}
.centerR {
	border-right:1px solid #8F8E7E;
}
.footer {
	background-color:#E3E1C1;
	border-bottom:1px solid #8F8E7E;
	border-top:1px solid #8F8E7E;
	text-align:center;
}
.footer a {
	text-decoration:underline;
	color:#5E5E5E;
}
.footer a:hover {
	text-decoration:underline;
	color:#CC968C;
}
.textBlock {
	padding-left:10px;
	padding-top:10px;
}


.headerDotsLineN {
	background-image: url(../img/header_dotsLine.gif);
	text-align:right;
}
