body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #FFFFFF;
}
a:link, a:visited, a:active {
	color: #000080;
}
a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
}
.ContentTable {
	background-color: #33FFCC;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000080;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000080;
}
.PhotoFrame {
	margin: 5px;
	border: medium double #000000;
}
.VerySmallText {
	font-size: xx-small;
}
.LargerText {
	font-size: large;
	font-weight: bold;
}
.SmallText {
	font-size: x-small;
	font-weight: bold;
}
.SiteNavTable {
	background-color: #FFFFFF;
	padding: 5px;
	border-top: thick double #999999;
	border-right: thick double #333333;
	border-bottom: thick double #333333;
	border-left: thick double #999999;
}
#SiteNav a:link, #SiteNav a:visited {
	color: #000000;
	background-color: #FFFFFF;
	padding: 3px 5px;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	text-decoration: underline overline;
}
#SiteNav a:hover {
	color: #FFFFFF;
	background-color: #000080;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	text-decoration: underline overline;
}
#SiteNav a:active {
	color: #000000;
	background-color: #FFFFFF;
	padding: 3px 5px;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	text-decoration: underline overline;
}
.RedText {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
