.containerdiv
{
	margin-left: auto;
	margin-right: auto;	
	width: 987px;	
}
img
{
	display: block;
}
body
{
	margin: 0px;	    
	background-color: #d7d9da;
}
.innerdiv
{
	overflow:auto;	
	height: 450px;
	padding-left: 5px; 
	padding-right: 5px;	
}
.text
{
 	font-family: arial;
	font-size: 10pt;
}
.header
{
	font-family: Arial; 
	font-size: 12pt; 
	font-weight: bold;
}
.dhtmlgoodies_question
{	
	color:#FFF;
	font-size:0.9em;
	font-family: Arial;
	background-color:#004260;
	width:600px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:4px;
	background-image:url('/images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;		
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer
{	
	border:1px solid #317082;
	background-color:#cdced1;
	width:580px;	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content
{	
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
