/* CSS Document */

a:link, a:visited {
	color: #000099;
	text-decoration: none;
	}
a:hover, a:active {
	color: #E87400;
	text-decoration: none;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #6D3636;
	margin-left: 40px;
	margin-right: 40px;
	text-indent: 15px;
	}

ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #6D3636;
	margin-left: 90px;
	margin-right: 90px;
	list-style: square;
	}
ul.spacer li {
	margin-bottom: 20px;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #6D3636;
	font-weight: bold;
	text-align: center;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #6D3636;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #6D3636;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #6D3636;
	font-weight: bold;
	margin-left: 40px;
	margin-top: 50px;
	margin-bottom: 10px;
	}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000099;
	font-weight: bold;
	margin-left: 40px;
	margin-bottom: 5px;
	}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #6D3636;
	font-weight: bold;
	text-align: center;
	}
.indent {
	text-indent: 20px;
	}
.noindent {
	text-indent: 0px;
	}
.quote {
	margin-left: 75px;
	}
.quote-noindent {
	margin-left: 75px;
	text-indent: 0px;
	}
.marginindent {
	margin-left: 60px;
	text-indent: 0px;
	}
.blockindent {
	margin-left: 65px;
	margin-right: 65px;
	font-style: italic;
	}
.smaller-noindent {
	font-size: 70%;
	text-indent: 0px;
	}
.questionspan {
	color: #990000;
	}
.red {
	color: #FF0000;
	}
.redbold {
	color: #FF0000;
	font-weight: bold;
	}
.navlinks {
	text-align: center;
	text-indent: 0px;
	}
#shrinklinks {
	text-align: center;
	line-height: 120%;
	font-size: 80%;
	border-top: 2px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	padding-top: 15px;
	margin-left: 18%;
	margin-right: 18%;
	margin-bottom: 30px;
	text-indent: 0px;
	}

