/* HTML Elements */
form {
	display: inline;
}
a img {
	border: none;
}
/*Classes */
.warning {
	color: #0045AE;
	font-size: 12px;
}
td.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;	
}
td.sidebarRight {
	margin: 0;
	background-image: url(images/bg_sidebar_right.jpg);
	background-repeat: repeat-y;
}
td.contentMain {
	margin: 0;
	background: #FFFFFF url(images/bg_content_main.jpg) repeat-x top;
}
h2 {
	color: #020266;
	font-size: 12px;
	font-weight: bold;
}
td.titleCell {
	padding: 5px;
	background-color: #0045AE;
	color: #FFFFFF;
	font-weight: bold;
}

<!------------------------ Referral Section Page Styles --------------------------------------->
.referralbody {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 12pt;
}
.referNowBlurb {
	color: #0181C3;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.mainContent {
	font-size: 12px;
	color: #333333;
	padding: 15px;
	line-height: 16px;
	width: 70%;
}
.footerCell {
	font-size: 10px;
	color: #000000;
	background-color: #A7A9AC;
	padding: 15px;
}
.footerCell a:link{
	color: #FFFFFF;
	font-weight: bold;
}
.footerCell a:hover{
	font-weight: bold;
	color: #FDB934;
}
.footerCell a:visited{
	font-weight: bold;
	color: #DEDEDE;
}
.mainSecondaryContent {
	font-size: 12px;
	color: #333333;
	padding: 15px;
	
