.bg_norepeat {
	background-repeat: no-repeat;
	background-position: top;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F1F9FB;
	margin: 2px;
}
.main_border {
	border: 1px solid #2B6482;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
}
.footer_margin {
	padding-right: 6px;
	padding-left: 6px;
}
.text_margin {
	padding: 6px;
}
.dash_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
a:link {color: #2B6482; text-decoration: none;}
a:visited {color: #2B6482; text-decoration: none;}
a:active {color: #2B6482; text-decoration: none;}
a:hover {color: #3A87AF; text-decoration: underline;}
