/* CSS Document */
body	{
	background: #FFFFFF;
	border: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

.border {
	border-top-width: 0px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-color: #000000;
	border-style: solid;
}

h1	{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #00616b;
	text-align: center;
}

h2, legend, .heading {
	color: #00616b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.white {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

hr	{
	color: #008a99;
}

a.top	{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.top:hover	{
	color: #FFFFFF;
	text-decoration: underline;
}	

.content	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 15px;
}

.content2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.teal	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008a99;
}

.link	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9D0059;
	text-decoration: underline;
}

.link:hover	{
	text-decoration: none;
}

.top	{
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}

form ol {
	list-style:none;
}

form ol li {
	padding-bottom:2px;
}

.formRequiredField, .adminRequiredField {
	color:#FF0000;
	font-weight:bold;
}

fieldset {
	border:none;
}

.button {
	background-color:#9d0059;
	border:1px solid #000;
	color:#fff;
	float:none;
	font-size:12px;
	font-weight:bold;
	margin: 0px 0px 0px 3px;
	overflow:visible;
	padding:2px;
}		

a.footer {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.footer	{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

a.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

a.small:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a.left	{
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #8D93A6;
	color: #433C22;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
a.left:hover	{
	color: #BBD830;
	text-decoration: none;
}