p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 17px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	background-image: url(/persistent/templateimages/redSq.gif);
	background-repeat: no-repeat;
	background-color: #807F7F;
	padding: 8px 3px 8px 21px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-position: 6px center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	line-height: 16px;

}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #66CCFF
}

a:hover {
	text-decoration: none;
}

.nav {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 2px;
	text-transform: lowercase;
	width: 100%;
	white-space: nowrap;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.nav:hover {
	text-decoration: none;
	background-color: #444443;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

.Formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #000000;
	padding-bottom: 2px;

}

.formTable{
	border: 1px dashed #000000;

}


