/*	#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: #FFFFFF;
}

.ptext
{
	font-family:Arial;
	font-size:10px;
	color: #c5be83;
}
.Label
{
	font-family:Arial;
	font-size:10px;
	color: #c5be83;
}
.Error
{
	font-family:Arial;
	font-size:10px;
	color: #da045a;
}
.Link
{
	font-family:Arial;
	font-size:10px;
	color: #da045a;
	text-decoration:none;
}

.field
{
	background-color: Transparent;
	border: solid 1px #000000;
	font-family:Arial;
	font-size:10px;
	color: #c5be83;
	width:260px;
	height:16px;
}

.submit
{
	background-color: Transparent;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color: #da045a;
	border: 0px;
	text-decoration:none;
}
.Category
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color: #da045a;
}
.Menu
{
	font-family:Arial;
	font-size:11px;
	color: #FFFFFF;
	text-decoration:none;
}
