@charset "UTF-8";
/* CSS Document */

.headline {
	font-family: "Trebuchet MS";
	font-size: 19px;
	font-weight: bold;
	color: #012B65;
}
.content {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #54636D;
}
.quote {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: italic;
	color: #53626C;
}
.quotename {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #54636D;
}
.reversecontent {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #C4CFD6;
}
a.nav:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
a.nav:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
a.navsub:link {
	font-family: "Trebuchet MS";
	font-size: 8px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.navsub:visited {
	font-family: "Trebuchet MS";
	font-size: 8px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.navsub:hover {
	font-family: "Trebuchet MS";
	font-size: 8px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
a.navsub:active {
	font-family: "Trebuchet MS";
	font-size: 8px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
a.body:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #040D1E;
	text-decoration: none;
}
a.body:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #012B65;
	text-decoration: none;
}
a.body:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
a.body:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #040D1E;
	text-decoration: none;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #2D3336;
}
.reversehead {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
}
.redhead {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	color: #990000;
}
li {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #54636D;
}

.progressBar{
	width:216px;
	height:41px;
	background:url(images/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
.progressBar span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(images/bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
.progressBar em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(images/bg_cover.gif) repeat-x 0 0;
	top:0;
}
