/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1d3477;
}
.grid {
	border: 1px solid #1d3477;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}
.table_header {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page_header {
	font-size: 34px;
	font-weight: bold;
}
.grid_link {
	text-decoration: none;
	font-size: 12px;
}
.gwts_link {
	text-decoration: none;
	font-size: 12px;
	color: #669933;
}