body {
	background-color: #7E7F81;
	background-image: url(images/TopBg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B2B2B;
	margin-top: 0px;
}
.ContentCell {
	background-image: url(images/ContentBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 30px;
}
.PageTitleCell {
	background-image: url(images/PageTitleBg.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 10px;
}

.Footer {
	background-image: url(images/Footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #7d8080;
	font-size: 11px;
	padding-top: 13px;
}
.Footer a{
	color: #7d8080;
	text-decoration:none;
}
.Footer a:hover{
	text-decoration:underline;
}
.NavigationCell a{
	color: #2b2b2b;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 160px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #abaeab;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-left: 1px;
}
.NavigationCell a:hover{
	color: #CC0001;
}
