.questions-headerText {
	color: #FF0000;
	font-weight: bold;
	font-size: 13px;
}

.questions-topicText {
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
}

.questions-answerText {
	
}

.questions-table {
	width: 575;
}

.questions-managementTD {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}

.questions-headerTR {
	background-color: #BBBBBB;
}

.questions-headerTD {
	padding-left: 4px;
}

.questions-contentTR {
	background-color: #EBEBEB;
}

.questions-contentTD {
	padding-left: 4px;
}

.questions-questtext {
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}

.questions-answertext {
	font-size: 11px;
	color: #000099;
}

