/* CSS Document */

P 	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: black;
	margin: 3px;
	padding: 3px;
	} 

H1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: 14px;
	font-weight: bold;
} 
H2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #006633;
	background-color: #CCCCCC;
	text-align: left;
	text-indent: 5pt;
	border: 1px solid #000000;
} 
H3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: x-small;
	font-style: normal;
	white-space: normal;
	padding: 0px 5px 5px;
	vertical-align: top;
} 
#contact {text-align: center; font-family: serif; font-size: x-small; color: black}  
.points {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 8px;
	font-variant: small-caps;
}
a:link {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}
.smtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	text-align: left;
	text-indent: 5pt;
}
.boxed {
	border: solid black thin;
	padding: 5px;
	text-align: center;
	}
#survey {
border: 1px solid #006633;
padding:5px;
}