h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #6666CC;
}
.bold_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #6666CC;
	font-weight: bold;
}
.big_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #6666CC;
	font-weight: bold;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #6666cc;
}
.big_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: ff9900;
}
.bold_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: ff9900;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.updated {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color: 6666CC;
}
.smaller {
	font-size: x-small;
}
.bannerheader {
	color: #FFF;
	background-color: #66C;
	width: 100%;
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 1.8em;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	padding: 2px;
}
.navhoriz {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-variant: small-caps;
	font-weight: normal;
}
.red {
	color: #cc0000;
}
.redbold {
	font-weight: bold;
	color: #C00;
}
td {
	vertical-align: top;
}
.smallbold {
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.indentOneEm {
	padding-left: 1em;
}
.indentTwoEm {
	padding-left: 2em;
}
.empointeight {
	font-size: .8em;
}
.rightmarginten {
	float: right;
	margin-left: 10px;
}
.leffmarginten {
	float: left;
	margin-right: 10px;
}
.empointnine {
	font-size: .9em;
}
#newsarchive {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	text-align: center;
	vertical-align: top;
	margin-left: 10px;
	list-style-type: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#newsarchive ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: -0.5em;
}
#newsarchive li {
	margin-left: -2em;
}
.bluhighlightbox {
	background-color: #F2EFFB;
	margin: 10px;
	padding: 10px;
	border: thin dashed #C00;
}
