.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:hover {
	color: #FF9900;
	text-decoration: none;
}
.nav a:active {
	color: #FF9900;
	text-decoration: none;
}
.vertBar {
	font-weight: bold;
	color: #FF9933;
	font-size: 14px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.subNav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.subNav a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.subNav a:hover {
	color: #FF9900;
	text-decoration: none;
}
.subNav a:active {
	color: #000000;
	text-decoration: none;
}
.dotLine {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
}
.tableBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.mainCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
