body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #EEE;
	margin: 0px;
	padding: 0px;
}
.outerTable {
	margin: auto;
	width: 900px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5F5F67;
	border-right-color: #5F5F67;
	border-bottom-color: #5F5F67;
	border-left-color: #5F5F67;
}
.menuBarCell {
	background-image: url(images/grey_bar_background.jpg);
	background-repeat: repeat-x;
	height: 40px;
}
.mainCell {
	padding: 10px;
}
.TopMenuItems {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 12px;
}
.TopMenuLink {
	color: #FFF;
	text-decoration: none;
}
.TopMenuLink:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #666;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-color: #5D5D65;
}
input,select,textarea {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
.ss {
	float: right;
	width: 370px;
	clear: none;
}
