﻿/* MAIN HTML CLASSES */
HTML, BODY, FORM
{
	/*font-family:  "Gill Sans MT", "Geneva", "Trebuchet MS", Tahoma, Sans-Serif ; */
	font-family: Century, Verdana, Tahoma, Sans-Serif;
	color: #d8d8d1;
	font-size: 11px;
	background-color: dimgray;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	background-image: url(Images/bg.gif);
	background-repeat: repeat;
}

H1
{
	color: #e8e000;
	font-size: 20px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
}

H2
{
	color: #e8e000;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
}

TABLE
{
	font-size: 14px;
}

P 
{
	font-size: 14px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

UL
{
	font-size: 14px;
	margin: 5px 0px 5px 20px;
	padding: 0px;
}


/* Link Classes */
A
{
	color: #a4a952
}

A:Hover
{
	color: #e8e000;
}

A.HeaderLnk
{
	font-size: 20px;
	color: #d8d8d1
}

A:Hover.HeaderLnk
{
	color: #a4a952
}

/* PlaceHolding Classes */
.Main
{
	margin: 0px auto;
	width: 800px;
	height: 100%;
	background-color: black;
	min-height: 100%;
}

.Body
{
	width: 800px;
	height: 100%;
	min-height: 100%;
	background-color: black;
}

.BodyHolder
{
	margin-left: 0px;
	margin-top: 0px;
	width: 800px;
	height: 100%;
	background-color: black;
}

.Small
{
	font-size: 10px;
}