.title {
	font-family:"Courier New", Courier, Georgia, "Times New Roman", Times, serif;
	color:#000000; 
	font-size: 2em;
	font-weight:bold
}
.subtitle {
	font-family:Verdana;
	color:#333333;
	font-size: 1.5em
}
.mainnav_on {
	background-color: #ffffff;
	font-family: "Courier New", Courier, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	color:#000000
}

.mainnav {
	font-family: "Courier New", Courier, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	color:#000000
}
.subnav {
	font-family: Verdana,helvetica,sans-serif;
	color:#000000;
	text-decoration: none;
	font-size: .7em
}
.subnav_on {
	font-family: Verdana,helvetica,sans-serif;
	color:#000000;
	text-decoration: none;
	font-size: .7em
}
.heading {
	font-family:"Courier New", Courier, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#000000
}
.content {
	font-family:Verdana,helvetica,sans-serif;
	font-size: .8em;
	color:#000000
}
a:link {
	color:#ff3300; 
}
a:active {
	color:#ff3300; 
}
a:visited {
	color:#ff3300; 
}
a:hover {
	color:#660000; 
}
a {
	text-decoration: none
}
a.mainnav_on:link {
	color:#660000; 
}
a.mainnav_on:active {
	color:#660000; 
}
a.mainnav_on:visited {
	color:#660000; 
}
a.mainnav_on:hover {
	color:#660000; 
}
a.subnav_on:link {
	color:#660000; 
}
a.subnav_on:active {
	color:#660000; 
}
a.subnav_on:visited {
	color:#660000; 
}
a.subnav_on:hover {
	color:#660000; 
}
html { /* hack to make vertical scrollbar always appear, to avoid centered content jumping around as user goes between short and long pages*/
	min-height: 100%; 
	margin-bottom: 1px; 
	}
