﻿.MainBody
{
	text-align: left;
}
body
{
	font-family: Verdana;
	font-size: 10pt;
	background-color: #FFFFCC;
}

.Content
{
	font-family: Verdana;
	font-size: 10pt;
	background-color: white;
	width: 748px;
	border: 1px solid #CCFF33;
	text-align: left;
	margin-left: 0px;
}
.ContentMain
{
	text-align: left;
	padding-left: 5px;
}

.FooterBold
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
.FooterNormal
{
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
}

.DynamicMenuItemStyle
{
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #CCFF33;
	width: 200px;
	background-color: #FFFFCC;
	height: 30px;
}
.DynamicMenuItemStyleHover
{
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #CCFF33;
	width: 200px;
	color: #000080;
	background-color: #CCFF33;
}

.StaticMenuItemStyle
{
	
	width: 100px;
}
.MenuStyle
{
	border-style: none none solid none;
	border-width: 1px;
	border-color: #CCFF33;
	font-size: 10pt;
	width: 748px;
}

