table.type1{
	   margin: 0px 0px 23px 23px;
	   width: 95%;
}

table.type1 td{
       padding: 8px;
       border-right: #fff solid 5px;
       text-align: center;
}

table.type1 td.centered{
	   text-align: center;
}

table.type1 tr.caption td{
	   background: #dde2ea;
	   font-weight: 600;
	   color: #60758e;
}

table.type1 tr.even td{
	   background: #f2f4f7;
}

table.type1 td.left{
	   text-align: left;
}




table.type2{
	   margin: 0px 0px 23px 23px;
	   width: 95%;
}

table.type2 td{
       padding: 8px;
       border-right: #fff solid 5px;
       text-align: center;
}

table.type2 td.centered{
	   text-align: center;
}

table.type2 tr.caption td{
	   background: #dde2ea;
	   color: #60758e;
}

table.type2 tr.full_width td{
	   background: #99a2b3;
	   font-weight: 600;
	   color: #fff;
}

table.type2 tr.even td{
	   background: #f2f4f7;
}

table.type2 td.left{
	   text-align: left;
	   width: 76%;}

table.type3 {border: 1px solid #000000; border-collapse: collapse;}
table.type3 td{border: 1px solid #000000; font: 11px tahoma; color: #000000; padding: 5px;}
