/* CSS Document */

.tblStd th {
	color: #FFFFFF;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #DFE5EB;
	background:url(../images/blue_grad_tbl_report.jpg);
	background-repeat:repeat-x;
			border-right: 1px solid #FFFFFF;
}

.tblStd td {
	color: #184876;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 2px 0 2px 7px;
	border-bottom: 1px solid #DFE5EB;
	border-right: 1px solid #FFFFFF;
}

.tblStd a:link, .tblStd a:visited {
	color: #184876;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration:underline;

}

.tblStdAltTD {
background-color: #DFE5EB;
}
