p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	list-style-type: disc;
}
ul ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	list-style-type: circle;
}
ul ul ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	list-style-type: square;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	list-style-type: 1;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 85%;
}
dl {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
.redux95 {
	font-size:95%;
}
.redux90 {
	font-size:90%;
}
.redux85 {
	font-size:85%;
}
.redux80 {
	font-size:80%;
}
.red {
	color: #CC0000;
}
.redbold {
	font-weight: bold;
	color: #CC0000;
}
.green {
	color: #006600;
}
.greenbold {
	font-weight: bold;
	color: #006600;
}
.blue {
	color: #CC0000;
}
.bluebold {
	font-weight: bold;
	color: #0000CC;
}
.altrow {
	background-color: #F4F3D7;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}
/* Positioning styles: these are the main areas of the pages */
#container {
	width: 800px;
}
#leftcol {
	width: 148px;
	font-size: 90%;
	float: left;
	background-color: #F4F3D7;
	padding: 0px 4px 0px 4px;
}
#main {
	margin-left: 170px;
	width: 620px;
}
/* Screen Only styles: these are the same in the print version but turn off displays for the screen */
.path {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: normal;
	color: #990000;
}
.navalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}
.printonly {
	display: none;
}
/* End of Screen Only */
.allcaps {
	text-transform: uppercase;
}

