body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #0000FF;
}
.Color_Yellow {
	color: #FFFF00;
	font-weight: bold;
}
.Pix_Border {
	margin: 5px;
	border: medium double #0000FF;
}
.Pix_Caption {
	font-size: x-small;
	font-weight: bold;
}
.Smaller_Text {
	font-size: small;
}
.Very_Small_Text {
	font-size: x-small;
}
a:link, a:visited{
	color: #000080;
}
a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
	font-weight: bold;
}
a:ctive{
	color: #000080;
}
li {
	font-size: 16px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: square;
}
.SiteNavTable {
	background-color: #0000FF;
	border: 5px double #FFFFFF;
	padding: 5px;
}
#SiteNav a:link, #SiteNav a:visited {
	color: #FFFFFF;
	background-color: #0000FF;
	padding: 3px 5px;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	text-decoration: underline overline;
}
#SiteNav a:hover {
	color: #0000FF;
	background-color: #FFFFFF;
	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: #FFFFFF;
	background-color: #0000FF;
	padding: 3px 5px;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	text-decoration: underline overline;
}
.Standard_Table {
	background-color: #FFFFFF;
	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: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
}
.Larger_Text {
	font-size: large;
}
.BG_for_Text_Yellow {
	background-color: #FFFF00;
}
