body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.navItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.navItem:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FDF3D4;
}

.navItemSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FDF3D4;
	text-decoration:none;
}

/* This class is for the cell which contains the page title */
.pageTitleCell {
	border-bottom:2px solid black;
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}

/* Slogan that is displayed under the title */
.pageSlogan {
	padding-top:7px;
	color:#5F71BB;
	font-size:13px;
	font-weight:bold;
}

.pageFooterCell {
	border-top:1px solid black;
	padding-bottom:3px;
	padding-top:5px;
	font-size:11px;
	text-align:center;
	color:#999999;
}

.contentCell {
	font-size:12px;
	text-align:justify;
}


