h3{
	font-size: 1.2em;
	margin: 0 0 15px 0;
	padding: 0 0 8px 11px;
	color: #A50000;
	border-bottom: 1px dotted #000000;
}

table.data{
	margin:0 auto;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	width:589px;
	margin-bottom: 20px;
}
table.data th{
	padding: 10px;
	border-bottom: 1px solid #666;
	background-color: #E5E5E5;
	width: 20%;
	vertical-align:top;
	text-align:left;
	
}
table.data td{
	padding: 10px;
	border-bottom: 1px solid #666;
	background-color: #FFF;
	width: 80%;
	vertical-align:top;
	text-align:left;
}
table.data td img.right{
	margin-left:10px;
	float:right;
}
table.data td p.mbt10{
	margin-bottom:10px;
}
table.data th.message{
	padding: 10px;
	border-bottom: 1px solid #666;
	background-color: #E5E5E5;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
table.data th p.mbt10{
	margin-bottom:10px;
}

