@charset "UTF-8";
/* CSS Document */
table {
	width:100%;
	margin:1em auto;
	border-collapse: collapse;
 }


th {

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #116fcd;
	
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	
	
}
th.alt
{
text-align:left;
}

tr {

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: center;
	background-color: #e8fbff;
}


tr.alt {

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: center;
	background-color: #e8e8e8;
	
	
}

td.alt{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-style: italic;
font-weight:bold;
}

td.alt2{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-align: left;

}