.title {
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	color: #000058;
	text-decoration: none;
	font-size: 18pt;
	font-family: Cursive, Arial, Times, serif;
}

.subtitle {
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	color: #000058;
	text-decoration: none;
	font-size: 14pt;
	font-family: Cursive, Arial, Times, serif;
}

a.nav {
	font-family: cursive;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: medium;
	color: #000058;
	text-decoration: none;
}

a.nav:hover {color:#014a00}

div.nav {
 	font-family: Cursive, Arial, Times, serif;;
	font-style: normal;
	font-size: medium;
	color: #000058;
	text-decoration: none;
}

.quizquestion {
	font-weight:bold;
}

.polltitle {
	font-size: smaller;
}

.graphlbl {
	font-size: smaller;
}

.graph { 
	position: relative; /* IE is dumb */
	width: 98%; 
	border: 0px; 
	padding: 2px; 
	margin-bottom: .5em;					
}

.graph .bar { 
	display: block;	
	position: relative;
	background: #aaaaaa; 
	text-align: center; 
	color: #333; 
	height: 1em; 
	line-height: 1em;									
}
	
.graph .bar span { position: absolute; left: 1em; font-size:smaller; }
