body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8998A1;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
td, select, input, textArea, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#8998A1;
	font-size:11px;
	line-height:19px;
	text-decoration:none;
}
form {
	margin:0px;
}
input {
	line-height:12px;
	height:18px;
	margin:0px;
	padding:1px;
}
textArea {
	margin-top:0px;
	padding:2px;
	overflow-y:auto;
}
.footer {
	background-color: #F1F1F1;
	font-size: 9px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
}
.linedArea {
	background-image: url(../images/lined_bg.gif);
	background-position: left top;
}

.redText {
	color: #B5111B;
}
.defaultFont {
	font-size: 11px;
	line-height: 19px;
}
.mainTextArea {
	padding-top: 20px;
	padding-bottom: 30px;
}
a {
	font-size: 11px;
	line-height: 19px;
	text-decoration:none;
	color: #B5111B;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
a.footerMenu {
	color: #8998A1;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	padding-right: 22px;
	padding-left: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7F7F7F;
	letter-spacing: 1px;
}
a.footerMenu:hover {
	color: #8F0C13;
}
a.InfoLink {
	color: #8998A1;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
}
a.InfoLink:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.dashed_grey {
	background-image: url(../images/dottedLine_grey.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.navLinkPrev {
	color:#8998A1;
	background:url(../images/arr_p_00.gif) left center no-repeat;
	text-decoration:none;
	padding-left:10px;
}
.navLinkPrev:hover {
	color:#B5111B;
	background:url(../images/arr_p_01.gif) left center no-repeat;
	text-decoration:underline;
}
.navLinkNext {
	color:#8998A1;
	background:url(../images/arr_n_00.gif) right center no-repeat;
	text-decoration:none;
	padding-right:10px;
}
.navLinkNext:hover {
	color:#B5111B;
	background:url(../images/arr_n_01.gif) right center no-repeat;
	text-decoration:underline;
}
.NavCurr {
	color:#B5111B;
	font-weight:bold;
	text-decoration:underline;
	padding-right:3px;
}
a.NavText {
	color:#8998A1;
	text-decoration:none;
	padding-right:3px;
}
a.NavText:hover {
	color:#B5111B;
	text-decoration:underline;
}
.formBtn {
	color:#FFFFFF;
	border:0px;
	background:#B5111B;
}
