/* CSS Document */
caption {
	text-align: left;
}
table {
position:static;
	padding-bottom: 1px;
	margin-bottom: 10px;
}

table,
.framed {
	font-size: 80%;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
}

table,
.unframed {font-size: 90%;
	border-left: solid #FFFFFF 1px;
	border-right: solid #FFFFFF 1px;
	border-top: solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 1px;
}


th {
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: top;
}

th {
	border-bottom: solid #FFFFFF 1px;
}

th,
.borderLeft {
	border-left: solid #FFFFFF 1px;
}

td {
	border-bottom: solid #FFFFFF 1px;
}

td,
.frame {
	border-left: solid #AAAAAA 1px;
	border-right: solid #AAAAAA 1px;
	border-top: solid #AAAAAA 1px;
	border-bottom: solid #AAAAAA 1px;
}

}

td {
	background-color: #FFFFFF;
}

.borderBoldBottom {
	border-bottom: solid #001E57 1px;
}

.borderHeadNoBottomBorder {
	border-bottom: solid #CCE2F0 1px;
}

.borderBottomLastRow {
	border-bottom: solid #4A98CB 2px;
}

#tableFooter {
	background-color:  #fff;
	border: none;
	padding-top: 10px;
	margin-top: 10px;
}

.news_image table,
.news_image table th, 
.news_image table td, 
table.imgtext-nowrap, 
table.imgtext-nowrap th, 
table.imgtext-nowrap td, 
table.imgtext-table, 
table.imgtext-table th, 
table.imgtext-table td  {
	padding:0px;
	margin:0px;
	border: none;
	background: none;
}
	
