.PageBg {
	background-image: url(images/PageBg.jpg);
	background-repeat: repeat-y;
}
.ContentCell {
	background-image: url(images/Watermark.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.ContentCell img{
	margin: 2px;
	border: 1px solid #000000;
}
.BottomLinks {
	color: #FFFFFF;
}
.BottomLinks a{
	color: #FFFFFF;
	text-decoration:none;
}
.BottomLinks a:hover{
	text-decoration:underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.TopCell {
}
.TopNavCell {
	background-color: #EBF0F6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.TopNavCell a{
	color:#000000;
	text-decoration:none;
}
.TopNavCell a:hover{
	color:#FE0000;
	text-decoration:none;
}
.PageHeaderCell {
	border: 1px solid #003399;
	padding: 5px;
	margin: 5px;
	background-color: #EBF0F6;
}
