/*----------------------------Table Formating*/

.tableStyle_01 table a:link {color: #fe6200;}
.tableStyle_01 table a:visited {color: #fe6200;}
.tableStyle_01 table a:hover {color: #ff9858;}
.tableStyle_01 table a:active {color: #fe6200;}
.tableStyle_01 table a:focus{color: #ff9858;}


.tableStyle_01 table caption {
	padding: 18px 2px 15px 70px;
	color: #3D406C;
	background-image: url(/images/downloadIcon.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	font-size: 150%;
	font-weight: bold;
		}

.tableStyle_01 table{
	border-top: 2px solid #204A55;
	border-right: 2px solid #204A55;
	border-bottom: 1px solid #204A55;
	border-left: 1px solid #204A55;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.tableStyle_01 table tr td{
	padding: 3px 5px;
	text-align:left;
	}
.tableStyle_01 table thead th{
	background-color: #F0F0F0;
	border-bottom: 1px solid #656891;
	border-left: 1px solid #656891;
	font-weight: bold;
	text-align:left;
	padding: 3px 5px;
	color:#D32C01;
	font-size: 110%;
	}
.tableStyle_01 table tbody tr th{
		font-weight: normal;
		border-left: none;
		padding: 6px 9px;
	}
.tableStyle_01 table tbody td{
	border-left: 1px solid #656891;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #48A6BC;
	color: #033E59;
	}
.tableStyle_01 table tr.odd{
		background-color: #ECF7F9;
	}

