.corpowhite {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
a.corpowhite:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.corpo {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.corpolink {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	color: #000000;
}
.corpolinkred {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	color: #FF0000;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
/*	font-size:0.9em;
	background-color:#317082;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px; */
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:0px solid #FF0000;
	background-color:#FFFFFF;
/*	width:491px; */
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

/* Layout properties for your question  */
	.question{
		font-weight:bold;	/* Bold font */		
		color: #FF0000;		/* The questions is in red */
		cursor:pointer;		/* Cursor is like a hand when someone rolls the mouse over the question */
	}
		
	.answer{
		/* Layout properties - You can change these */
		
		border: 1px solid #555555;
		padding:10px;
		width:491px;
		background-color:#E2EBED;
		
		/* This one should not be changed */
		display:none;	
	}