.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	background-color: #4E6790;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.mainbg {
	background-color: #F5F6FB;
}
.menubg {
	background-image: url(images/btm_top_header_bg_blu.jpg);
	background-repeat: repeat-x;
}
.footerbg {
	background-image: url(images/footer_bg.jpg);
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.formbox {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #283548;
}
.titlebg {
	background-image: url(images/title_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}
a:link {
	color: #000033;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #000033;
	font-weight: bold;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #000033;
	text-decoration: underline;
	font-weight: bold;
}
.titlebgright {
	background-image: url(images/titleright_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-position: right;
}
.whereText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #92ADCB;
	font-size: 11px;
}

/* Print Classes */
.noPrint {
	display: inline;
}

.printOnly {
	display: none;
}
.padding {
	margin: 10px;
}
.textWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
