@charset "utf-8";
/* CSS Document */

.main_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}
.main_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}

a.main_links:link { color: #FFFFFF;}
a.main_links:visited { color: #FFFFFF;} 
a.main_links:hover { color: #000000;}
a.main_links:active { color: #FFFFFF;}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-transform: none;
}
.box_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33CCFF;
	border-right-color: #33CCFF;
	border-bottom-color: #33CCFF;
	border-left-color: #33CCFF;
	background-image: url(../images/box_background_main.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.full_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-image: url(../images/box_background_main.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #ccccff;
	padding: 5px;
}
.background_footer {
	background-image: url(../images/background_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.headers:link { color: #000000;
}
a.headers:visited { color: #000000;}
a.headers:hover {
	color: #000000;
	background-color: #FFFFFF;
}
a.header:active { color: #000000;}
.box_text_image {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #33CCFF;
	border-right-color: #33CCFF;
	border-bottom-color: #33CCFF;
	border-left-color: #33CCFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 5px;
	background-image: url(../images/box_background_main.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.box_text_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 5px;
	color: #FFFFFF;
	background-image: url(../images/box_background.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
}
a.copy:link { color: #000000;
}
a.copy:visited { color: #000000;}
a.copy:hover {
	color: #000000;
	background-color: #00CCFF;
}
a.copy:active { color: #000000;}
.copy_i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #339900;
	text-transform: none;
}
.small_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #410000;
	line-height: 10px;
}
a.small_links:link { color: #000000;}
a.small_links:visited {color: #000000;}
a.small_links:hover { background-color: #00CCFF;}
a.small_links:active { color: #000000;}

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #410000;
}
.mill_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #339900;
}
.vline {
	background-image: url(../images/verticalline.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.hline {
	background-image: url(../images/horizonalline.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
