/* CSS Document */

.body_text {
	font-family: Helvetica;
	font-size: 90%;
	color: #003768;
	line-height: 130%;
	font-weight: lighter;
}
a:link {
	color: #003768;
	text-decoration: underline;
}
a:visited {
	color: #003768;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
    color: #326797;
}
a:active {
	text-decoration: underline;
	color: #003768;
}
body {
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.body_text_smaller_bold {
	font-family: Helvetica;
	font-size: 80%;
	color: #003768;
	line-height: 130%;
	font-weight: bold;
}
.body_text_smaller {
	font-family: Helvetica;
	font-size: 80%;
	color: #003768;
	line-height: 130%;
	font-weight: lighter;
}
.body_text__smaller_italic {
	font-family: Helvetica;
	font-size: 80%;
	color: #FFFFFF;
	line-height: 130%;
	font-weight: lighter;
	font-style: italic;
}
.body_text_bold {
	font-family: Helvetica;
	font-size: 90%;
	color: #003768;
	line-height: 130%;
	font-weight: bold;
}
.body_text_underline {
	font-family: Helvetica;
	font-size: 90%;
	color: #003768;
	line-height: 130%;
	font-weight: lighter;
	text-decoration: underline;
}
h1 {
	font-family: Helvetica;
	font-size: 90%;
	color: #003768;
	line-height: 130%;
	font-weight: lighter;
	margin-top: 0;
}
p {
	margin-top: 0;
}
