.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #002D59;
}
.textBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}
.textWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #002D59;
}
a:link {
	color: #002D59;
	font-weight: bold;
	text-decoration: underline;

}
a:visited {
	color: #002D59;
	font-weight: bold;
	text-decoration: underline;

}
a:hover {
	color: #002D59;
	text-decoration: none;
	font-weight: bold;

}
.textMtx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #002D59;
}
.textMtxBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #002D59;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #002D59;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #002D59;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 14px;
	font-weight: bold;
	color: #004A91;
}
.headerOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 14px;
	font-weight: bold;
	color: #EF580E;
}
.headerSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #004A91;
}
.headerSmallWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.borderMtxFull {
	border: 1px solid #002D59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #002D59;
}
.borderMtxLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #002D59;
}
.borderMtxBtm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002D59;
}
.borderMtxLeftBtm {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #002D59;
	border-left-color: #002D59;
}
.borderMtxLeftTop {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #002D59;
	border-left-color: #002D59;
}
.borderMtxTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002D59;
}
.borderSpecials {
	border: 2px dotted #002D59;
}
.bkgdNavBar {
	background-image: url(images/bkgdNavBar.jpg);
	background-repeat: repeat-x;
}
