A {
  	font-family: Tahoma, Arial, Helvetica;
  	text-decoration: none;
  	color: #FF6600;
  	font-size: 8pt;
  	font-weight: normal;
}

A.content {
  	font-family: Tahoma, Arial, Helvetica;
  	text-decoration: none;
  	color: #3d74c7;
  	font-size: 10pt;
  	font-weight: normal;
}

A:hover {
  	color: #FF6600;
  	text-decoration: underline;
}

A.link {
  	font-size: 10pt;
  	font-family: Tahoma;
  	color: white;
  	font-style: normal;
  	font-weight: normal;
  	text-decoration: none;
}

A:hover.link {
  	text-decoration: underline;
  	color: red;
}

P {
  	font-family: Tahoma;
  	font-size: 10pt;
  	color: #808080;

}

H3 {
  	font-family: Tahoma;
  	font-size: 18pt;
  	color: #808080;

}

P.head {
  	font-family: Tahoma;
  	font-size: 10pt;
  	color: #808080;
	font-weight: bold;
}

P.side {
  	font-family: Tahoma, Arial, Helvetica;
  	font-size: 8pt;
  	color: white;
  	font-weight: bold;
}

P.small {
  	font-family: Tahoma, Arial, Helvetica;
  	font-size: 8pt;
  	color: #000066;
  	font-weight: normal;
}

UL {
  	font-family: Helvetica;
  	font-size: 8pt;
  	color: #012381;
}

DD {
  	font-family: Tahoma, Arial, Helvetica;
  	font-size: 8pt;
  	color: #000000;
}

LI {
  	font-family: Helvetica;
  	font-size: 8pt;
  	color: #012381;
}

H3 {
  	font-size: 8pt;
  	color: #000000;
  	font-family: Helvetica;
	font-weight: bold;
}

HEAD {
}


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000;
	font-size:0.9em;
	background-color:#e2e2e2;
	width:600px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_question p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:600px;
	
	/* 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;
}