.bkgdPage {
	background-image: url(images/bkgdPg.jpg);
	background-repeat: repeat-x;
}
/*.bkgdPageLeft {
	background-image: url(images/bkgdPageLeft.jpg);
	background-repeat: repeat-y;
}
.bkgdPageRt {
	background-image: url(images/bkgdPageRt.jpg);
}*/
.bkgdWhite {
	background-color: #FFFFFF;
}
.textBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}
.borderGrayRt {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: CACACA;
}
.headerSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #00184F;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #3F3F3F;
}
.secNav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #3F3F3F;
}
.secNav a:link {
	color: #022475;
	text-decoration: none;
}
.secNav a:visited {
	color: #022475;
	text-decoration: none;
}
.secNav a:hover {
	color: #999999;
	text-decoration: none;
}
a:link {
	color: #022475;
	text-decoration: underline;
}
a:visited {
	color: #022475;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #3F3F3F;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #3F3F3F;
}
.textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #3F3F3F;
}
.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #3F3F3F;
}
.textSmallBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #3F3F3F;
}
.bkgdFooter {
	background-color: #00184F;
}
.textFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	color: #8C8C8C;
}
.textFooterBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	color: #8C8C8C;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #00184F;
}
.headerGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #7F7F7F;
}
.borderMtxFull {
	border: 1px solid #333333;
}
.mtxBdrFull {
	border: 1px solid #333333;
}
.mtxBdrBtmLeft {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.mtxBdrLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.mtxBdrBtm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.textBoldWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
/*.bkgdHeaderCalcs {
	background-image: url(images/bkgdHeaderCalcs.jpg);
	background-repeat: repeat-x;
}*/
.appBkgdBrdr {
	background-color: #EEF7FF;
	border: 1px solid #333333;
}
.headerWhiteSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.mtxBdrBtmTotal {
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-bottom-style: double;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.hideObject {
	display: none;
}