﻿body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	margin: 0px;
	background: #003300;
	color: black;
}

#frame
{
	background-repeat: no-repeat;
	background-color: White;
	width: 760px;
	height: 386px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#header
{
	padding: 10px;
	background: white;
}

#menubar
{
	background: black;
	color: White;
	padding: 3px;
	font-size: 10.5pt;
}

#menubar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menubar ul li
{
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
}

#menubar a, #menubar a:visited
{
	color: White;
	text-decoration: none;
}

#menubar a:hover
{
	color: Yellow;
	text-decoration: none;
}

#content
{
	/*margin-top: 265px;*/
	padding: 10px;
	background: white;
}

#footer
{
	font-size: 8pt;
	padding: 5px;
	color: #666666;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
}

ul
{
	list-style-type: square;
}

a, a:visited
{
	color: Blue;
	text-decoration: underline;

}

a:hover
{
	color: Red;
	text-decoration: underline;
}

label em
{
	color: Red;
}