/* //////////////////////////////
   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
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	color: #990000;
	font-weight: normal;
	font-size: 26px;
	margin-bottom: 2px;
	margin-top: 2px;
}
H2
{
	color: #336699;
	font-weight: bold;
	font-size: small;
}
H4
{
	margin-top: 5px;
	margin-bottom: 5px;
	font: bold 100% Tahoma;
	color: #000000;
	font-weight: normal;
	letter-spacing: 1px;
}
H3
{
	font-size: x-small;
	font-weight: bold;
}
LI
{
	list-style: square;
}
SELECT
{
	font-family: Verdana, Helvetica, Arial;
	font-size: x-small;
}
INPUT
{
	font-family: Verdana, Helvetica, Arial;
	font-size: x-small;
}
TEXTAREA
{
	font-family: Verdana, Helvetica, Arial;
	font-size: x-small;
}


/* //////////////////////////////
   Menu & Navigation classes
   ////////////////////////////// */

.Author, .Author P
{
	color: #777777;
	font-size: xx-small;
}
.BoxContent, .BoxContent P
{
	font-size: xx-small;
	color: #000000;
}
.BoxTitle
{
	font-size: 10px;
	padding-left: 38px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
.Heading
{
	color: #990000;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.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
   ////////////////////////////// */

.Arrow
{
	list-style-image: url(/gfx/arrow_dark.gif);
}
.Bullet
{
	list-style-image: url(/gfx/bullet.gif);
}
.Button
{
	width: 85px;
}
.Debug
{
	background-color: Yellow;
}
.Start
{
	color: #990000;
	font-weight: bold;
}
.Warning
{
	color: red;
}
.Member
{
	font-size: xx-small;
}
.PicDesc
{
	font-size: xx-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;
}
.TableContent, .TableContent P
{
	font-size: xx-small;
	color: #000000;
}
.TableTitle
{
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}