body{
	background-image: url('gfx/top_bg.gif');
	background-position:top;
	background-repeat: repeat-x;
	background-color: white;
	text-align: left;
	border: 0px;
	border-top: 0px;
	margin: 0px;
	padding: 0px; 
	font-size: 8pt;
	font-family: "Verdana", "Helvetica CE", sans-serif;
}		

input, textarea
{
	border: 1px solid #8C4821;
	color: #8C4821;
	font-size: 8pt;
}

.formbutton
{
	border: 1px solid #8C4821;
	background-color: #FFE1D0;
	color: #8C4821;
	font-weight: bold;
}

a, a:visited
{
	text-decoration: underline;
	color: #ee0007;
	font-size: 10pt;
}

a:hover, a:active
{
	text-decoration: underline;
	color: black;
}

p, td
{
	color: #000000;
	font-size: 10pt;
	line-height: 150%;
}

h1, h2, h3
{
	color: #ee0007;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: normal;
	letter-spacing: 1px;
}


h1
{
	font-size: 16pt;
}

h2
{
	padding-top: 15px;
	font-size: 13pt;
}

h3
{
	font-size: 12pt;
}

.maintable
{
	width: 750px;
}

#content
{
	background-image: url('gfx/content_bg.gif');
	background-position:top;
	background-repeat: no-repeat;
	padding: 20px;
}

#menu
{
	background-color: #ffe1d0;
}

#menu .menu_end
{
	height: 15px;
	background-color: #8c4821;
}

#menu .menu_body
{
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url('gfx/menu_bg.gif');
	background-position:top;
	background-repeat: no-repeat;
	background-color: #ff8643;
}

#menu a, #menu a:visited
{
	text-decoration: none;
	color: white;
	font-size: 10pt;
}

#menu a:hover, #menu a:active
{
	text-decoration: underline;
	color: white;
}

#menu .menuitem
{
	background-image: url('gfx/menuitem_off.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-left: 10px;
}

#menu .menuitem_on
{
	background-image: url('gfx/menuitem_on.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-left: 10px;
}

#foot
{
	color: #878984;
	font-size: 8pt;
	text-align: center;
	height: 10px;
	background-color: #FED473;
}

#foot a, #foot a:visited
{
	color: #878984;
	font-size: 8pt;
}

#foot a:hover, #foot a:active
{
	color: #000000;
}

