@charset "UTF-8";
/* CSS Document */

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #00488F;
}
.vertical_line {
	border-right-width: 1px;
	border-right-color: #333333;
	border-right-style: solid;
}
.main_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.main_copy_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.image_float_right {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
.image_float_left {
	float: left;
	padding-right: 10px;
}
.link_cursor {
}
.left_padding {
	padding-left: 10px;
}
#about {
}
.company_info_links {
	padding-left: 24px;
	background-color: #E5EDEF;
}
.background_image {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	height: 100%;
}
.subheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}
a:link {
	color: #044C93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.blink_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00488F;
	text-decoration: blink;
}
.Largesubheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}
.main_copy_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
