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

.header_container {
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-style: normal;
	font-weight: bolder;
	background-color: #454545;
}
.titles_fonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
}

.top_bar {
	background-color: #FF0000;
	height: 5px;
}

.footer_container {
	background-image: url(../images/footer_01.png);
	background-repeat: repeat;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

.header_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.header_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.header_links:link {
	text-decoration: none;
}
.header_links:visited {
	text-decoration: none;
	color: #333333;
}
.header_links:hover {
	text-decoration: underline;
	color: #666666;
}
.search_fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 2px;
	color: #CCCCCC;
	font-weight: bolder;
	background-color: #333333;
}

.header_links:active {
	text-decoration: none;
	color: #333333;
}
