@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #header {
	background-color: #CCC;
	font-family: Verdana;
	padding-top: 17px;
	padding-right: 7px;
	font-size: 15px;
	padding-left: 7px;
	font-weight: bold;
}
.Page-Links {
	font-size: 15px;
	color: #777;
}
.BG-LineT {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
}
.BG-LineB {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.Verdana-Light {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #777;
}

.oneColFixCtrHdr #header h1 {
	margin: 0;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 10px;
	padding-bottom: 0;
	line-height: normal;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 14px;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: normal;
}
.Heading-L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.H-Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.H-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.H-Grey {
	font-weight: bold;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.H-Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #777;
}
.FontItalic {
	font-style: italic;
	font-size: 12px;
}
.FontBlue {
	color: #00C;
}

.FontItalicBlue {
	font-style: italic;
	color: #00C;
	font-size: 12px;
}




.oneColFixCtrHdr #footer {
	background-color: #CCC;
	padding-top: 15;
	padding-right: 10px;
	padding-bottom: 15;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 12px;
	border-top-width: thin;
	border-top-style: solid;


}

.oneColFixCtrHdr #container #mainContent table tr td .FontBoldBlue {
	font-weight: bold;
}
