@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

li	{
padding-bottom:8px;
}
#Layer1 {
	position:relative;
	left:0px;
	top:-178px;
	width:200px;
	height:200px;
	z-index:5;
}
.hugePadding {
	padding-left: 850px;
}

#Layer2 {
	position:absolute;
	z-index:4;
	left: 0px;
	top: 0px;
}
.over {
	z-index: 4;
}

div.subtitle
{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background-color:#d79c24;
	background-image:url(images/subtitleGradient.jpg);
	background-repeat:repeat-x;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:6px;
}

.protitle
{
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

.copyright
{
	font-size:10px;
	color:#999999;
}
a:link {
	color: #a41a34;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #a41a34;
}
a:active {
	text-decoration: underline;
	color:#999999;
}

.requiredField
{
	color:#FF0000;
	font-weight:bold;
	font-size:14px;
}

.disclaimer
{
	font-size:10px;
	color:#000000;
}