table.container{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #BFBFBF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #BFBFBF;	
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BFBFBF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
BODY{ 
	margin: 8px 8px;
	background-color: #FFFFFF;

}
.bodylightblue{
	font-family:Gill Sans, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#6E86BD;
	line-height: 14px;
}

P.question{
	margin-bottom: 5px;
	font-weight: bold;

}

P.answer{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 12px;
	text-indent: -12px;
	color: #cc3333;

}
UL {
	list-style-type: square;
}

UL.answer {
	list-style-type: square;
	color: #cc3333;
}

A{
	font-family:Gill Sans, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#6E86BD;
	line-height: 14px;
	text-decoration: underline;
}
A.smalllink{
	font-family:Gill Sans, Arial, Helvetica, sans-serif;
	font-size:10px; 
	color:#6E86BD;
	line-height: 14px;
	text-decoration: underline;
}