@charset "utf-8";
/* CSS Document */
.question{
	float: right;
	width: 414px;
	text-align: justify;
	padding: 4px;
}
.subject{
	color: #a90505;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.answer{
	float: right;
	width: 414px;
	text-align: justify;
	background-color: #e5f7fe;
	padding: 4px;
}

.line_sep{
	height: 4px;
	background: url(../images/quest_line_sep.gif) no-repeat;
	background-position: 4px;
}

.darkblue_text_table tr td{
	color: #004890;
}

a.viewsess_link:link, a.viewsess_link:visited{
	color: #e80000;
	font-weight: bold;
	text-decoration: none;
}
a.viewsess_link:hover, a.viewsess_link:active{
	color: #e80000;
	font-weight: bold;
	text-decoration: underline;
}

a.sendquest_link:link, a.sendquest_link:visited{
	color: #004990;
	font-weight: bold;
	text-decoration: none;
}
a.sendquest_link:hover, a.sendquest_link:active{
	color: #004990;
	font-weight: bold;
	text-decoration: underline;
}

.box_title{
	font-size: 12px;
	font-weight: bold;
}