﻿.h2RedUnderline {
	font-size: 22px;
	font-weight: normal;
	color: #6C0F04;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #510000;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.h3BlackUnderline {
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	line-height: 1;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 1px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F9DB9;
}
.h4BlackUnderline {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	line-height: 1;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 1px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F9DB9;
}
.h5BlackUnderline {
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	line-height: 1;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 1px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F9DB9;
}
.gvFixedHeader
{
top:expression(this.parentNode.parentNode.parentNode.scrollTop-1);
position:absolute;
}

/* So the overflow scrolls */
.container {overflow:auto;}

/* Keep the header cells positioned as we scroll */
.container table th {position:relative;}

/* For alignment of the scroll bar */
.container table tbody {overflow-x:hidden;} 

