/* //////////////////////////////
   HTML Elements
   ////////////////////////////// */

BODY
{
	background-color: #6b8aad;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: x-small;
}
TD
{
	font-family: Verdana, Helvetica, Arial;
	font-size: x-small;
}
P
{
	font-family: Verdana, Helvetica, Arial;
	font-size: x-small;
}
A
{
	color: #003366;
	text-decoration: underline;
}
A:Hover
{
	color: #003366;
	text-decoration: none;
}
H1
{
	color: #990000;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
}
H2
{
	color: #336699;
	font-size: small;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
H3
{
	font-size: x-small;
	font-weight: bold;
}
LI
{
	list-style-type: square;
}
SELECT
{
	font-size: 12px;
}
INPUT
{
	font-size: 12px;
}
TEXTAREA
{
	font-size: 12px;
}


/* //////////////////////////////
   Menu & Navigation classes
   ////////////////////////////// */

.YouAreHere
{
	color: #000000;
	font-size: 10px;
}
.YouAreHere A
{
	color: #000000;
	text-decoration: underline;
}
.YouAreHere A:Hover
{
	color: #000000;
	text-decoration: none;
}
.MenuOn
{
	font-size: 12px;
	background-color: #990000;
	color: #ffffff;
	height: 20px;
}
.MenuOn A, .MenuOn A:Hover
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.MenuOff
{
	font-size: 12px;
	background-color: #b5c5d5;
	color: #000000;
	height: 20px;
}
.MenuOff A
{
	color: black;
	text-decoration: none;
}
.MenuSelected
{
	font-size: 12px;
	background-color: #990000;
	color: #ffffff;
	height: 20px;
}
.MenuSelected A, .MenuSelected A:Hover
{
	color: #ffffff;
	text-decoration: none;
}
.SubMenuOn
{
	font-size: 12px;
	background-color: #990000;
	color: #000000;
	height: 20px;
}
.SubMenuOn A, .SubMenuOn A:Hover
{
	color: #ffffff;
	text-decoration: none;
}
.SubMenuOff
{
	font-size: 12px;
	background-color: #dfe6f0;
	color: #000000;
	height: 20px;
}
.SubMenuOff A
{
	color: #000000;
	text-decoration: none;
}
.SiteInfo
{
	font-size: 10px;
}
.SiteInfo A
{
	color: #ffffff;
	text-decoration: none;
}
.SiteInfo A:Hover
{
	color: #ffffff;
	text-decoration: underline;
}


/* //////////////////////////////
   Miscellaneous classes
   ////////////////////////////// */

.Start
{
	color: #990000;
	font-weight: bold;
}
.Warning
{
	color: red;
}
.PicDesc
{
	font-family: Arial;
	font-style: italic;
	font-size: x-small;
	color: #777777;
	text-align: center;
}
.PicZoom
{
	background-color: black;
	color: #ffffff;
	height: 16px;
}
.PicZoom A
{
	color: #ffffff;
	text-decoration: none;
}
.PicZoom A:Hover
{
	color: #b5c7d6;
	text-decoration: none;
}
.PicGallery
{
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;
}