body	{
	padding:0;
	background : White none;
	font : normal normal normal 1em Arial, Helvetica, sans-serif;
	margin : 0% 0% 0% 0%;
	color : Black;
	background-image : none;
	background-color : White;
}
	
div, p, th, td, li, dd, dl, dt, ol    {
             /* redundant selectors to help NS4 not forget */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
	 
a	{
	text-decoration:	underline;
	font-weight:	bold;
	}
	
a:link	{
	color:	#336600;
	background-color: transparent;
	}
	
a:visited	{
	color:	#3366ff;
	background-color: transparent;
	}
	
a:active	{
	color:	#000000;
	background-color: transparent;
	}
	
a:hover	{
	color:	#9C579A;
	background-color: transparent;
	text-decoration:	underline overline;
	}
	
dt 	{
	font-weight: bold;
	}
	
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
	
.content {
	padding: 10px 20px;
	margin: 10px 10px;
	border: 1px solid #cacaca;
	}
	
.content2 {
	padding: 5px 5px 5px 45px;
	margin: 0% 15px 0% 15px;
	border: 1px solid #cacaca;
}
	
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	}	
	
h1	{
	font-size:	20px;
	text-decoration:	underline;
	text-align: center;
	}
	
h2	{
	font-size:	18px;
	}
	
h3	{
	font-size:	16px;
	}
	
h4 {
	font-size:	14px;
	}
	
h5	{
	font-size:	12px;
	}
	
h6	{
	font-size:	12px;
	}
	
h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #62A88E;
	background-color: transparent;
	margin:	5px 0 0 0;
	padding: 5px 5px 5px 5px;
	}
	
img	{
		/* turns off gaps around images */
	border:	0
	}
	
.ahem	{
	display:	none;
	}
	
.footer {
	font: 10px geneva, verdana, arial, helvetica, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333333;
	}
	
.small {
	font-size: 11px;
	}
	
.choicesbox {
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	color: #fff;
	background-color: #699;
	border: 1px dotted #366;
	}
	
.choicesbox2 {
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	color: #000;
	background-color: #F3E8F0;
	font-size: 12px;
	border-bottom : thick solid #62A88E;
}
	
.caption {
	font: 12px geneva, verdana, sans-serif;
	color: #000;
	background-color: transparent;
	}	
	
.fineprint {
	font: 10px geneva, verdana, sans-serif;
	color: #000;
	background-color: #fff;
	padding: 5px 3px 7px 3px;
	border: 0;
	margin-bottom: 30px;
	text-align: center;
	}	
	
.indent {
	text-indent: 25px;
}	