form, fieldset, {
	margin:0;
	padding:0;
		}

table a,
table a:link,
table a:visited {
	border:none;
	}							
	
img {
	border:0;
	}	
table {
	width: 325px;
	border-top: 1px solid #e5eff8;
	border-right: 1px solid #e5eff8;
	border-collapse: collapse;
	clear: both;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: auto;
	}
caption {
	color: #5E584A;
	font-size:14px;
	padding:0;
	caption-side:top;
	text-align:center;
	font-weight: bold;
	margin-top:20px;
	padding-bottom:10px;
	}	
tr.odd td	{
	background:#f7fbff
	}
tr.odd .column1	{
	background:#f4f9fe;
	xtext-align: left;
	}	
.column1	{
	background:#f9fcfe;
	}
td {
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:left;
	vertical-align:middle;
	}

th.right {
	text-align:right;
}
td.right {
	text-align:right;
}
td p {
	margin:0;
}
th {
	font-weight:normal;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}							
thead th {
	background:#f4f9fe;
	text-align:left;
	font:bold 1.2em/2e "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color:#006C9B
	}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
tfoot th strong {
	font:bold 1.2em "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	

table.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #f7fbff;
}