@charset "utf-8";
.bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #569CB6;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #165D87;
	font-size: 12px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #874F1C;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #864E1B;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999900;
	text-decoration: none;
}

.side_borders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #7FB7CD;
	border-left-color: #7FB7CD;
}
body {
	background-repeat: repeat-y;
	background-position: center;
}
.media_bkg_position {
	background-repeat: no-repeat;
	background-position: center top;
}
