/* client.css */

.blue_header{
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px dotted #D2D2D2;
	width:100%;
	height:auto;
	display:block;
	color:#004b8d;
	padding-bottom:6px;
	font-size:1.3em;
	padding-top:0;
	margin-top:0;
}
.large_grey_text{
	/*color:#918f8f;*/
	font-size:1.3em;
}
.table_header_row{
	background-color:#004b8d;
	color:#FFFFFF;
}
.table_grey_row{
	background-color:#CCCCCC;
}