body
{
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: white;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}

a
{
	color: #8F9B00;
	font-size: 12px;
}

a:hover
{
	color: black;
}

.nav
{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 10px;
}

.nav a
{
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.nav a:hover
{
	color: black;
}

.nav_home
{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 10px;
	text-align: center;
}

.nav_home a
{
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.nav_home a:hover
{
	color: black;
}

#page
{
	position: relative;
	width: 640px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-top: 52px;
	background-image: url(images/strip.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

h1
{
	font-size: 32px;
	color: white;
	font-family: arial, helvetica, sans-serif
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 16px;
}

p
{
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-right: 240px;
	text-align: justify;
}

.formtable
{
	width: 420px;
}

.label
{
	background-color: #DAE393;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.cell
{
	background-color: white;
	font-size: 12px;
	color: black;
}