body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 10px;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.mainArea {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
}
.redtable {
	background-color: #620e04;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
.formtable {
	background-color: #F7E2E5;
}
.lightgreytable {
	background-color: #EEEEEE;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #620e0f;
	text-decoration: none;
}.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
 .cssnav {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background-image: url(../images/header/set-button-active.jpg);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 120px;
	height: 16px;
	margin: 0;
	padding: 0;
	color: #333333;
	text-decoration: none;
}

.cssnav a {
display: block;
color: #333333;
font-size: 12px;
width: 120px;
height: 16px;
display: block;
float: left;
text-decoration: none;
}


.cssnav img {width: 120px; height: 16px; border: 0; }
* html a:hover {
	visibility:visible;
	color: #333333;
	text-decoration: none;
}
.cssnav a:hover img{
	visibility:hidden;
	color: #333333;
	text-decoration: none;
}


.cssnav span {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 120px;
	height: 16px;
	text-align: center;
	color: #333333;
	text-decoration: none;
			}
			
a:link, a:visited {
	color: #A11E4A;
	text-decoration: none;
}
a:hover {
	color: #A11E4A;
	text-decoration: underline;
}

.grey a:link, a:hover {
	color: #333333;
	text-decoration: none;
}
