body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.errorText {
	color: #FF0000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EDEDED;
}
html,body {
	height: 100%;
}
a {
	font-size: 10px;
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #999999;
}
a:active {
	color: #990000;
}
.footerText {
	font-size: 9px;
	color: #B3B3B3;
}
a.footerLink {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
a.footerLink:visited {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
a.footerLink:hover {
	font-size: 9px;
	color: #990000;
	text-decoration: underline;
}
a.footerLink:active {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.titleRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #990000;
}
.titleGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
}
.panelText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.picBorder {
	border: 2px solid #CCCCCC;
}
.subHeader {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}
.frmNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 1px;
	width: 300px;
	border: 1px solid #999999;
}