h1{
	font-weight: bold;
	color: #c4091d;
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c4091d;
}

h2{
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #0159A1;
	color: #0159A1;
	font-size: 16px;
}


a{
	color: #1d3389;
	text-decoration: underline;
}

a:hover{
	color: #c4091d;
}

.tableFormat{
	border-collapse: collapse;
}

.tableHead{
	font-weight: bold;
	background: #0059a1;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;	
	padding: 3px;
}

.tableRow1{
	background: #efefef;
	border-bottom: 1px solid #84b2d6;			
}

.tableRow1 td{
	padding: 3px;
	border-right: 1px solid #ffffff;	
}

.tableRow2{
	background: #dae9f5;
	border-bottom: 1px solid #84b2d6;	
}

.tableRow2 td{
	padding: 3px;
	border-right: 1px solid #ffffff;	
}

.thumbnailLeft{
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #1d3389;
}


.thumbnailRight{
	float: right;
	margin-left: 15px;
	padding: 5px;
	border: 1px solid #1d3389;
}

.lightwindow {}
