@charset "UTF-8";
.Blue_Links {
	font-family: Arial;
	font-size: 12px;
	color: #7691A4;
	text-decoration: underline;
}
.copyright {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}
.second_nav {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
}
#vertical_line {
	background-image: url(img/vertical_line.jpg);
	background-repeat: repeat-y;
}
.Body_text {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.Blue_Italics {
	font-family: Arial;
	font-size: 12px;
	color: #7691A4;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
.Blue_headings {
	font-family: Arial;
	font-size: 12px;
	color: #7691a4;
	text-transform: none;
	font-weight: bold;
}
.Bold_text {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
.Body_italic {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	font-style: oblique;
	font-weight: normal;
	font-variant: normal;
}
.Blue_Links_list {
	font-family: Arial;
	font-size: 12px;
	color: #7691A4;
	text-decoration: underline;
	line-height: 22px;
}
