BODY
{
	font-size: 12px;
	color: white;
	font-family: verdana;
	background-color: silver;
	margin: 0;
	padding: 0;
}
Body.PopBody 
{
	background-color: #45423D;
	margin:0;
	padding:5px
}
TD
{
	font-size: 12px;
	font-family: verdana;
}
A
{
	color: #8fc798;
	text-decoration: none;
}
A:hover
{
	color: #f4efd6;
	text-decoration: underline;
}
hr
{
	border: #040c0c 1px solid;
	color:#040c0c;
	height: 3px;
}

#MenuArea
{
	background-color: #040c0c;
	text-align: center;
	width: 100%;
	height: 40px;
}
.MainMenu
{
	text-align: center;
	padding: 3px;
}
.MainMenu A
{
	font-size: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bolder;
	color: #f4efd6;
}
.MainMenu A:hover
{
	text-decoration: none;
	color: white;
}
.separator
{
	width: 1px;
	height: 40px;
	background-image:url(separator.jpg);
}
#footerCell
{
	background-color: #201F1B;
	font-size: 11px;
	color: Silver;
	text-align: center;
	width: 100%;
	height: 40px;
}
#footerCell A
{
	color: Silver;
	text-decoration: none;
	font-weight: bolder;
}
#footerCell A:hover
{
	color: White;
	text-decoration: none;
}
#SideCell
{
	padding: 15px 0 15px 15px;
	background-color: #45423D;
	width: 256px;
	height: 100%;
}
.BodyCell
{
	padding:20px 10px;
	background-color: #45423D;
	color: white;
	width: 100%;
	height: 100%;
}
.headCell
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	color: #f4efd6;
	margin-bottom: 5px;
	text-transform:uppercase;
	padding-left:10px;
}
.formfield
{
	border: #f4efd6 1px solid;
	font-size: 12px;
	font-family: Tahoma;
	background-color: #45423D;
	color: white;
}

.formButton
{
	border: #f4efd6 1px solid;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	background-color: #f4efd6;
	color: #45423D;
}
.bodyFrame
{
	background-color:#322e2b;
	padding:10px;
	width:100%;
	height:100%;
}
.bodyFrameHeader
{
	text-transform:uppercase;
	font-family: Tahoma;
	font-weight: 600;
	font-size: 16px;
	color:#f4efd6;
	padding-left:3px;
}
.sideDiv
{
	margin-bottom:10px;
}
ul.SubMenu
{
	padding-left:20px;
	margin:0;
}
ul.SubMenu li
{
	padding-left:0;
	list-style-position:outside;
	list-style-type:square;
	color:#f4efd6;
}
ul.SubMenu li A
{
	color:#f4efd6;
	text-decoration:none;
	font-weight:bolder;
	font-size:14px;
}
ul.SubMenu li A:hover
{
	color:white;
	text-decoration:none;
}
.sideHead
{
	background-color:#f4efd6;
	text-align:center;
	margin-bottom:3px;
	height:25px;
	padding-top:4px;
	color:#322e2b;
	font-weight:bolder;
	font-size:14px;
}
.sideHead A
{
	color:#322e2b;
	font-weight:bolder;
	font-size:14px;
	text-decoration:none;
}
.sideHead A:hover
{
	color:#322e2b;
	text-decoration:none;
}
