body
{
	background: #FFFFFF url(../images/background_2.jpg) top center repeat-y fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	line-height: 16px;
}

h1
{
	font-size: 12px;
	margin: 0;
}

p { margin: 0; }

.container
{
	position: relative;
	width: 839px;
	margin: 20px auto;
	padding-bottom: 20px;
}

.content
{
	margin: 20px 0;
}

.maintable
{
	table-layout: fixed;
	border-width: 0;
	border-collapse: collapse;
	width: 839px;
}

.bordertd
{
	width: 20px;
	background-color: #FFFFFF;
	filter: alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity: 0.2;
}

.contenttd
{
	width: 799px;
}

.leftdiv
{
	float: left;
	width: 399px;
}

.rightdiv
{
	float: right;
	width: 399px;
	border-left: 1px solid #ffe100;
}

.contentblock
{
	position: relative;
	left: 5px;
	width: 389px;
	margin: 5px 0 10px 0;
}

.subblock
{
	margin: 18px 0;
}

.textblock
{
	margin-bottom: 2px;
}

.transtext
{
	height: 100%;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.menutable
{
	table-layout: auto;
	border-width: 0;
	border-collapse: collapse;
}

.menutd
{
	vertical-align: top;
	width: 140px;
}

.boldcolour1
{
	color: #ffe100;
	font-weight: bold;
}

.boldcolour2
{
	color: #ff008c;
	font-weight: bold;
}

.footer
{
	padding: 10px 20px 0 20px;
}

.formtdlft
{
	width: 85px;
	vertical-align: top;
}

.formtdrt
{
	width: 304px;
	vertical-align: top;
}

.field
{
	width: 300px;
	border: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	margin-bottom: 5px;
	padding: 2px;
	filter: alpha(opacity=15);
	opacity: 0.15;
	-moz-opacity: 0.15;
}

textarea
{
	width: 300px;
	height: 60px;
	border: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	margin-bottom: 5px;
	padding: 2px;
	filter: alpha(opacity=15);
	opacity: 0.15;
	-moz-opacity: 0.15;
}

.submit
{
	height: 16px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ff008c;
}
.submit:hover
{
	color: #ffe100;
	cursor: pointer;
}



a:link, a:visited, a:active { color: #ff008c; text-decoration: none; }
a:hover { color: #ffe100; text-decoration: none; }

a.menulink:link, a.menulink:visited, a.menulink:active { color: #ffe100; text-decoration: none; }
a.menulink:hover { color: #FFFFFF; text-decoration: none; }
a.menulinkon:link, a.menulinkon:visited, a.menulinkon:active, a.menulinkon:hover { color: #ffe100; font-weight: bold; text-decoration: none; }

a.bodylink:link, a.bodylink:visited, a.bodylink:active { color: #FFFFFF; text-decoration: none; }
a.bodylink:hover { color: #ffe100; text-decoration: none; }


