/*	#maintable - controls the main content table and all cells within it  */

BODY
{
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family:Arial;
	font-size:10px;
	color: #000000;
	background: #818285 url('../resources/images/bg_circle.gif');
}

.tblStrip
{
	background: url('../resources/images/bg_strip.gif') repeat-x;
}

.text
{
	font-family:Arial;
	font-size:11px;
	color: #000000;
	text-align:justify;
}
H1
{
	font-family:Arial;
	font-size:12px;
	color: #7accc8;
	text-align:justify;
	margin: 0px;
	padding: 0px;
}
P
{
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.link
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color: #333333;
	text-decoration:underline;
}

.label
{
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	color: #7accc8;
}

.inputField
{
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	color: #000000;
	border: solid 1px #7accc8;
	width: 200px;
}