/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #B20838;
	text-decoration: none;
}
a:active {
	color: #00A1B1;
	text-decoration: none;
}



a.lkSubnav:link {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.lkSubnav:visited {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.lkSubnav:hover {
	font-size: 11px;
	color: #B20838;
	text-decoration: none;
}
a.lkSubnav:active {
	font-size: 11px;
	color: #B20838;
	text-decoration: none;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.textGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00A1B1;
}
.textWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.textBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B20838;
}

/* ------------------------------------------------------- BG's ------------------------------------------------------- */



/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.textBlack14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.formfields {
	display: block;
	width: 100%;
	border: 1px solid #3c2009;
	padding: 2px;
}