﻿body 
{
	background-color: #fbfbe1;
	margin: 0px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 13px;
}

a 
{
	text-decoration: underline;
	color: #006738;
}

a:hover
{
	text-decoration: none;
	color: #006738;
}

textarea
{
	overflow:auto;
}

form
{
	margin: 0px;
}

.tglobal
{
	width: 900px;
	height: 300px;
	padding: 0px;
	border: 0px;
}

.ttop
{
	padding-bottom: 4px;
}

.tcontent
{
	width: 900px;
	height: 100%;
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: top;
}

.tbottom
{
	width: 900px;
	height: 50px;
	background-color: #183219;
	color: #ffffff;
	text-align: left;
	vertical-align: middle;
}

#mainform .ifield
{
	border: 1px solid #aeb1a8;
	width: 160px;
}

#mainform .ibutton
{
	background-color: #ffffff;
	color: #183219;
	border: 1px solid #aeb1a8;
	font-size: 12px;
	cursor:pointer;
}

#mainform .label
{
	padding-left: 5px;
	text-align: left;
	color: #ffffff;
	font-size: 12px;
}