@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkgd_pattern.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
.noBold {
	font-weight: normal;
}


a:link {
	color: #9f1d22;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #9f1d22;
}

a:hover {
	text-decoration: none;
	color: #9f1d22;
}

a:active {
	text-decoration: underline;
	color: #9f1d22;
}
.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9f1d22;
	margin-bottom: -5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9f1d22;
	margin-bottom: -5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:bold;
	margin-top:10px;
	margin-bottom:-10px;
	
}
.italic {
	font-style:italic;
	margin-top: 5px;
}
p {
	margin-top: 10px;

}

.mainTable {
	padding-top: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.leftColumn {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
}

.contentArea {
	background-color: #FFFFFF;
}

.footer {
	font-style: italic;
	color: #FFFFFF;
	background-color: #a8a8a8;
	height: 30px;
	text-align: right;
	vertical-align: middle;
	padding-right: 16px;
}
.textQuote {
	font-size: 11px;
	font-style: italic;
	line-height: 12px;
}

.textRed {
	font-size: 11px;
	color: #9f1d22;
}

.imageBorder {
	margin-right: 16px;
	margin-bottom: 16px;
}

.textRedLarge {
	font-size: 12px;
	color: #9f1d22;
}

ol.noIndent {
	font-style: bold;
	margin-left: 1em;
	padding-left: 1em;
	font-weight: bold;
}
