#QuestionsAndAnswers {
	margin: auto;
	width: 830px;
	/*border: solid 1px #333;*/
	text-align: left;
}

#QuestionsAndAnswers  A{
	text-decoration: none;
	border-bottom: dashed 1px #666;
	color: #666;
}
#QuestionsAndAnswers  A:hover{
	text-decoration: none;
	border-bottom: solid 1px #666;
}

#QuestionsAndAnswers H2 {
	padding-top: 10px;
	margin-top: 0;
	color: #ffcc33;
}

#qa_left {
	float: left;
	width: 400px;
}

#qa_right {
	float: right;
	width: 400px;
	padding-top: 15px;
}

UL {
	margin-left: 15px;
	/*list-style: square outside;*/
	padding-left: 0;
}

UL LI {
	margin-bottom: 5px;
}

UL LI A {
	text-decoration: none;
	/*color: #333;*/
	color: #005e9b;
}

UL LI A:hover {
	text-decoration: underline;
}

.qa_list_select {
	font-weight: bold;
}

.qa_r_image img {
	width: 350px;
	margin-bottom: 15px;
}

.qa_r_q {
	font-weight: bold;
}

.qa_r_a {
	margin-top: 10px;
}

.qa_r_a_post {
	/*height: 300px;*/
	/*overflow: auto;*/
}

.qa_r_a_legend {
	font-weight: bold;
}