@charset "UTF-8";
/* CSS Document */

/* Styles for the Parson-Bishop Website */

p, h1, h2, h3, ul, ol { font-family:Arial, Helvetica, sans-serif; }

ul, ol{
	margin-left: 1%;
} 

ul li, ol li {
	padding-bottom: 8px;
}

.BasicText {
	font-family: Arial, Helvetica, sans-serif;
}

.BasicText a:link {
	text-decoration:none;
	font-weight: bolder;
	color: #BA122A;
}

.BasicText a:active {
	text-decoration:none;
	font-weight: bolder;
	color: #BA122A;
}

.BasicText span a:hover {
	text-decoration:none;
	font-weight: bolder;
	color:#E2BC41;
}

.BasicText li a:hover {
	text-decoration:none;
	font-weight: bolder;
	color: #E2BC41;
}

.BasicText a:visited {
	text-decoration:none;
	font-weight: bolder;
	color: #BA122A;
}

.RedText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #BA122A;
}

.RedText a:link {
	text-decoration:none;
	font-weight: bolder;
	color: #BA122A;
}

.RedText a:active {
	text-decoration:none;
	font-weight: bolder;
	color: #BA122A;
}

.RedText span a:hover{
	text-decoration:none;
	font-weight: bolder;
	color:#000000;
}

.RedText li a:hover, .RedText #onWhite a:hover  {
	text-decoration:none;
	font-weight: bolder;
	color: #E2BC41;
}

.RedText a:visited {
	text-decoration:none;
	font-weight: bolder;
	color: #BA122A;
}

.WhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
}

.Testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size:9px;
	color: #505F64;
}

.Footer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;

}

.Footer a:link {
	text-decoration:none;
	font-weight: bolder;
	color: #999999;
}

.Footer a:active {
	text-decoration:none;
	font-weight: bolder;
	color: #999999;
}

.Footer a:hover {
	text-decoration:none;
	font-weight: bolder;
	color: #BA122A;
}

.Footer a:visited {
	text-decoration:none;
	font-weight: bolder;
	color: #999999;
}

.Copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}