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

.side_border {
	background-image: url(images/Side_Border.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
}
.text_12_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.text_12_brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F3216;
}
.text_14_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.text_14_brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F3216;
}
.text_14_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #182D7F;
}
.nav_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.page_title_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #008080;
}
.page_subtitle_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}
.hr_bg {
	background-image: url(images/Horiz_Rule_BG.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.text_16_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.text_16_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
}

