@charset "utf-8";
/* CSS Document */

@import url("index.css");



.question {
	background-image: url(../../../library/images/Q.jpg);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding:0px 0px 5px 20px;
	margin:0px 0px 0px 14px;
	font-size:120%;
	color:#369AE8;
}
.answer {
	background-image: url(../../../library/images/A.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:0px 0px 5px 20px;
	margin:0px 0px 10px 14px;
	font-size:100%;
	color:#333333;
	
}

	.answer p{
		margin:6px 0px 6px 0px;
		line-height:140%;
	}
	

.moneyTable{
	margin:12px 0px 0px 0px;
}


	.moneyTable td{
		padding:4px 2px 4px 10px;
		border-bottom: 1px solid #CCCCCC;
	}


th{
	padding-left:10px;
	
}

 .blue th {
	 background-image:url(../../../images/tableBg.jpg);
	background-color: #99CCFF;
	background-repeat:repeat-y;
	background-position:right;
	background-position:right;
	text-align:left;
	
	}
	
	
	.red th {
	background-image:url(../../../images/tableBgRed.jpg);
	background-color: #FF9899;
	background-repeat:repeat-y;
	background-position:right;
	text-align:left;
	}
	
