body {
	background-color: #FFFFFF;
	color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.NormalText {
	font-size: 80%;
	font-weight: normal;
}

* #pgWrapper {
	background-color: #00539F;
	margin-right: auto;
	margin-left: auto;
}
* .logo {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
* #banner {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
* #navRowL {
	text-align: right;
	padding: 0px;
	width: 100px;
	height: 14px;
	vertical-align: top;

}
* #navRowR {
	text-align: right;
	background-color: #FFFFFF;
	height: 14px;
	vertical-align: top;
}
* #navRowR a:link, * #navRowR a:visited {
	color: #00539F;
	text-decoration: none;
	font-size: 80%;


}
* #navRowR a:hover {
	color: #FF9966;

}
* #pgContent {
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
}
* #pgContent h3 {
	font-size: 90%;
	color: #FDC68D;
	margin-bottom: -5px !important;
	margin-bottom: -20px;
}

* #pgContent p {
	font-size: 80%;
}

* #pgContent td {
	vertical-align: top;
	padding: 2px 10px 10px;
}

* .lowerTextArea {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #7E92C7;
	line-height: 3px;
}

* #footer {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 75%;
	color: #00539F;
	padding: 10px;
}
* .flym {
	background-color: #FFFFFF;
	padding: 5px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;

}
* .flym a:link, * .flym a:visited {
	display: block;
	color: #00539F;
	font-size: 80%;
	text-decoration: none;
	margin-top: 5px;
}
* .flym a:hover {
	color: #FF9966;
	text-decoration: none;
}

.Header {
	font-size: 90%;
	font-weight: bold;
	color: #FDC68D;
	margin-bottom: -15px;
}

.SmallText {
	font-size: 80%;
	padding-top: 5px;
}

.FooterText {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 75%;
	color: #00539F;
	padding: 10px;
}

.Orange { color: #FDC68D; }
.Black  { color: #000000; }
