﻿body
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #bb8;
	margin: 0;
}

#header
{
	text-align: left;
	border: 1px solid #663;
	border-top: none;
	width: 680px;
	background-color: #996;
	padding: 10px 10px 2px 10px;
	margin-bottom: 5px;
}

#body
{
	border: 1px solid #996;
	border-top: none;
	width: 680px;
	min-height: 500px;
	background-color: #cc9;
	padding: 10px;
}

#body2
{
	border: 1px solid #996;
	width: 680px;
	min-height: 500px;
	background-color: #cc9;
	padding: 10px;
}

#footer
{
	margin: 5px 0 5px 0;
	font-size: 10px;
	font-style: italic;
	color: #663;
}

#logo
{
	width: 408px;
	height: 291px;
	border: none;
	margin: 20px 0 20px 0;
	display: block;
}

a
{
	text-decoration: none;
	border: none;
	color: #c60;
}

a:hover
{
	border-bottom: 1px dotted #930;
	color: #930;
}

#header a
{
	text-decoration: none;
	border: none;
	color: #900;
}

#header a:hover
{
	border-bottom: 1px dotted #600;
	color: #600;
}

select
{
	width: 275px;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
}

input.text
{
	width: 275px;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
}

input.submit
{
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
}

textarea
{
	width: 275px;
	height: 200px;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
}

.required, .error
{
	color: #900;
}

.good
{
	color: #009;
}

p.header
{
	margin-top: 0;
	font-size: 12px;
	font-weight: bold;
}

.spc
{
	display: none;
	visibility: hidden;
}