/*Q and A
---------------------------------------------------------------*/

.dhtmlgoodies_question img {
	margin-right: 5px;
}
.qa-list {
	padding-top: 25px;
	padding-bottom: 15px;
}
.qa-list h3 {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	margin-bottom: 15px;
}
.minigray {
	font-size: 12px;
	font-weight: normal;
}

.dhtmlgoodies_answer a {
	color: #0085B0;
	border-bottom: 1px dotted #0085B0;
}
.dhtmlgoodies_answer a:link, .dhtmlgoodies_answer a:visited, .dhtmlgoodies_answer a:hover {
	color: #0085B0;
	border-bottom: 1px dotted #0085B0;
}

.red {
	color: #FF0000;
}
.green {
	color: #009900;
}

