body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.gif);
	line-height: 16px;
	margin: 0px;
}
.pageborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-left-color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}

.content {
	padding: 5px 5px 20px;
	line-height: 1.5em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #990000;
	margin-top: 0px;
	line-height: 24px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3333CC;
	margin-top: 0px;
}
.nav {
	display: block;
	list-style-type: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;
	color: #FFFFFF;
	margin: 0px;
	list-style-image: none;
}
.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FF9900;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
}
.nav a:link {
	color: #000077;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 4px;
}
.nav a:visited {
	color: #000077;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	background-color: #FFFFFF;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3333CC;
	display: block;
	padding-left: 4px;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000077;
	display: block;
	padding-left: 4px;
}
.dot li {
	list-style-image: url(images/bullet.gif);
}
.fadedown {
	background: url(images/fadedown.gif) repeat-x;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.small {
	font-size: 10px;
}
.nomargin {
	margin-bottom: 0px;
}
.hilite {
	background: #FFDFB0;
}
.picmargin {
	margin-bottom: 5px;
	margin-left: 5px;
}
.divline {
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.gray {
	background-color: #DDDDDD;
}
.outline {
	border: 1px solid #999999;
}
