img
{
	vertical-align: middle;
	border: none;
}

body
{
	font-family: Arial;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

table
{
	font-size: 12px;
	line-height: 16px;
}

h2
{
	color: #919B68;
	font-size: 22px;
	font-weight: bold;
	margin-top: 5px;
}

h3
{
	color: #919B68;
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
}

a
{
	text-decoration: none;
	color: #9AA371;
}

a:hover
{
	text-decoration: underline;
}

.TextField
{
	font-size: 12px;
	border: solid 1px #919B68;
	padding: 2px;
}

.Button
{
	font-size: 12px;
	border: outset 2px #919B68;
	padding: 1px 4px;
	color: black;
}

.Heading
{
	letter-spacing: 2px;
	font-size: 11px;
	font-family: Georgia;
	font-weight: bold;
	padding-bottom: 8px;
	line-height: 14px;
}

.HeadingContent
{
	font-size: 11px;
	line-height: 25px;
}

.HeadingContent a
{
	color: black;
}

.MenuHeading
{
	margin-left: 22px;
	margin-bottom: 8px;
}

.MenuHeading a
{
	font-size: 13px;
	font-family: Georgia;
	font-weight: bold;
	color: #585388;
}

.MenuHeading a:hover
{
	color: #4BB3BF;
	text-decoration: none;
}

.MenuBody a
{
	color: #A9B180;
}

.DropDownMenu
{
	background-color: #EEF1DA;
	padding: 5px;
	line-height: 22px;
	position: absolute;
}

.DropDownMenu a
{
	font-size: 14px;
	font-family: Georgia;
	font-weight: normal;
	color: #4BB3BF;
}

.DropDownMenu a:hover
{
	color: #000000;
	text-decoration: none;
}

.Footer
{
	font-size: 10px;
	color: #C0C0C0;
	padding: 5px;
}

.Opacity
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	opacity: .4;
}