.bkgdPage {
	background-image: url(images/bkgdPage.gif);
	background-repeat: repeat-x;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #4C4C4C;
}
.textBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #1F4A73;
}
.textBlueBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #1F4A73;
}
.textBlueLargeBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #1F4A73;
}
.textMatrix {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #4C4C4C;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #1F4A73;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #1F4A73;
}
.textDarkBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #00203D;
}
a:link {
	color: #9B111D;
	text-decoration: underline;
}
a:visited {
	color: #9B111D;
	text-decoration: underline;
}
a:hover {
	color: #9B111D;
	text-decoration: none;
}
.bkgdIntPage {
	background-image: url(images/bkgdIntPage.jpg);
	background-repeat: repeat-x;
}
.textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #4C4C4C;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 14px;
	font-weight: bold;
	color: #1D354C;
}
.headerSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #1D354C;
}
.headerSmallWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.borderMtxFull {
	border: 1px solid #092C4C;
}
.borderMtxFullNoBtm {
	border-top: 1px solid #092C4C;
	border-right: 1px solid #092C4C;
	border-left: 1px solid #092C4C;
}
.borderMtxLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #092C4C;
}
.borderMtxBtm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #092C4C;
}
.borderMtxLeftBtm {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #092C4C;
	border-left-color: #092C4C;
}
