* {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	margin:0px;
	padding: 0px;
	background:#FFFFFF;
}

table.mainTable{
	width:204px; 
    padding-left: 10px;
}

table.mainTable th{
	border-bottom: 1px solid #cecac8;
    color: #0a2166;
    text-align: left;
    padding-bottom: 3px;
}

table.mainTable td.main{
	border-top: 2px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #0a2166;
    text-align: left;
    background-color: #e6e4e3;
    padding: 1px 0 1px 15px;
}

