/* Global Styles */
/* anchor classes must be in this order */
a {
	color: #385cc0;
}
a.light_blue {
	color: #99FFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.light_blue:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	color: #17254d;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}


/* Class Styles */
.body_black {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
.body_black_alt {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.body_black_bold {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.body_brown {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.body_blue {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
.body_blue_bold {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.body_blue_dark1 {
	color: #005174;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
.body_blue_dark2 {
	color: #005174;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.body_white {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.body_white_bold {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.body_yellow {
	color: #ffff66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.body_yellow_bold {
	color: #ffff66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.headline {
	color: #17254d;
	font-size: 30px;
}
.nav {
	margin-top: 20px;
	margin-bottom: 40px;
}
.title {
	font-weight: bold;
}
.wrapper {
	width: 825px;
	border-left: 1px;
	border-right: 1px;
	text-align: left;
	margin-left: 100px;
}
