.important {
	color: red;
	font-weight: bold;
}

.rightHandBox .important {
	color: navy;
}

.updated {
	font-style: italic;
}

.qaList {
	list-style: none outside none;
	padding-left: 13px;
	margin-left: 13px; /* For IE */
}

.question p {
	margin-bottom: 0;
}

.answer p {
	margin-top: 0;
}

.qa {
	position: absolute;
	margin-left: -25px;
	color: navy;
	font-weight: bold;
}

.heading {
	font-weight: bold;
}

table.ie {
	border-collapse: collapse;	
}

table.ie td {
	border: 1px solid black;
}

table.ie tr.heading {
	background-color: #CDDFED;
}

table.ie .heading {
	font-size: 15px;
	color: navy;
}

table.ie .semiHeading {
	color: navy;
	font-weight: bold;
}

table.ie .indent {
	text-indent: 15px;
}

table.ie .important {
	color: navy;
}

.rightHandBox {
	border-color: navy;
}

.no {
	color: red;
}

