.topBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	background-color: #FFFFFF;

}
.topBorder a:link, .topBorder a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topBorder a:hover {
	text-decoration: underline;
}

.navigationRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	text-align: center;
	background-color: #FFFFFF;
}

.navigationLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	text-align: center;
	background-color: #FFFFFF;
}

.navigationRight a:link, .navigationRight a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	position: relative;

}
.navigationRight a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #EFEFEF;
	display: block;
	position: relative;

}


.navigationLeft a:link, .navigationLeft a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	position: relative;

}
.navigationLeft a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #EFEFEF;
	display: block;
	position: relative;

}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #8d0000;
	margin: 10px 10px 0px;
}

.headerUnderline {
	margin: 0px 10px;

}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0px 10px 10px;
	line-height: 20px;

}
.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

