@font-face {
    font-family: 'metroregular';
    src: url('metro-webfont.eot');
    src: url('metro-webfont.eot?#iefix') format('embedded-opentype'),
         url('metro-webfont.woff') format('woff'),
         url('metro-webfont.ttf') format('truetype'),
         url('metro-webfont.svg#metroregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.novisibility {
	visibility: hidden;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EEEEEE;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #A1A1A3;
}

.green_text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #CA1621;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #EEEEEE;
	font-weight: normal;
}

	.link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

.link:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
.link:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #000000;
	
	text-decoration: underline;
}
.link:hover {
font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
.border_blk {
	border: 1px solid #000000;
}
.border_blk_two {
	border: 2px solid #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6C6C6;
}
.copynav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6C6C6;
	text-decoration:  none;

}
.copynav:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6C6C6;
	text-decoration: none;
}
.copynav:active {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6C6C6;
	text-decoration: none;
}
.copynav:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6C6C6;
	text-decoration: underline;
}

.boldlink:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #000000;
	text-decoration:  underline;
	font-weight: bold;
}
.boldlink:visited {

	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #000000;
	text-decoration:  underline;
	font-weight: bold;
}
.boldlink:active {

	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #000000;
		text-decoration:  underline;
	font-weight: bold;
}
.boldlink:hover {

	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #000000;
	text-decoration:  underline;
	font-weight: bold;
}

.top_bg {
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.content_bg {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.footer_bg {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.border {
	border: 1px solid #CCCCCC;
}
.dottedline {
	background-image: url(images/dottedline.gif);
	background-position: center;
	background-repeat: repeat-x;
}
.textlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EEEEEE;
	text-decoration: underline;
}
.textlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EEEEEE;
	text-decoration: underline;
}
.textlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	text-decoration: underline;
}
.textlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EEEEEE;
	text-decoration: underline;
}
.nav {
	font-family: 'metroregular';
	font-size: 20px;
	color:#eeeeee;
	text-decoration:none;
	margin:0;
	padding:0;
}
.nav:a {
	color:#eeeeee;
	text-decoration:none;
}	
.headertext {
	font-family: 'metroregular';
	font-size: 46px;
	color:#eeeeee;
	text-decoration:none;
	margin:0;
	padding:0;
}	
.subtitle {
	font-family: 'metroregular';
	font-size: 22px;
	color:#eeeeee;

}	