﻿/* style3 css */

html {
height: 100%; padding-bottom: 1px;
}
body {
	/*color: black;*/
	font-size: 13px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #ffffff;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0px solid #b7b7b7;
	border-bottom: 0;
	border-left: 0px solid #b7b7b7;
}
/* Styles for Banner */
.banner_hdg {
	font-family: Verdana;
	font-size: 22px;
	color: white;
	font-weight: bold;
	border-width: 0;
	background-color: #003366;
	text-align: center;
}
.banner_txt {
	font-family: Verdana;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
	border-width: 0;
	background-color: white;
	text-align: left;
}
/*
#masthead {
	text-align: right;
	background-color: #036;
	width: 620px;
}
#navigation {
	background-color: #808080;
	overflow: hidden;
}
*/
#main {
	width: 800px;
	margin: 0;
	padding: 0px; 
	background-color: #ffffff;
}
.zero_border {
	border-style: solid;
	border-width: 0px;
}

/*
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
*/
#footer {
	width: 620px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
/*
#masthead img { 
	float: left; 
}

#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}


#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
/*
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 14px; 
	padding: 3px;
	border: 1px solid #c9c9c9;
}

#navigation a:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
*/
*/
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.center_txt {
	text-align: center;
}
.style1 {
	background-color: #808080;
}

/* FE/NE styles */
@charset "iso-8859-1";
/* normal readable size text equiv to font size 2 */
.std_txt_black {color: #000000; font-family:   verdana, arial; font-size: 10pt; font-style: normal; font-weight: lighter}
.std_txt_FEblue {color: #003366; font-family:    verdana, arial;  font-size: 10pt; font-style: normal; font-weight: lighter}
.std_txt_red {color: #ff0000; font-family:   verdana, arial; font-size: 10pt; font-style: normal; font-weight: lighter}
.std_txt_white {color: #ffffff; font-family:   verdana, arial; font-size: 10pt; font-style: normal; font-weight: lighter}
.std_txt_blue {color: #0000ff; font-family:   verdana, arial; font-size: 10pt; font-style: normal; font-weight: lighter}
/* normal readable size text equiv to font size 3 */
.std3_txt_black {color: #000000; font-family:   verdana, arial; font-size: 11pt; font-style: normal; font-weight: lighter}
.std3_txt_FEblue {color: #003366; font-family:    verdana, arial;  font-size: 11pt; font-style: normal; font-weight: lighter}
.std3_txt_red {color: #ff0000; font-family:   verdana, arial; font-size: 11pt; font-style: normal; font-weight: lighter}
.std3_txt_white {color: #ffffff; font-family:   verdana, arial; font-size: 11pt; font-style: normal; font-weight: lighter}
.std3_txt_CO_green {color: #176152; font-family:   verdana, arial; font-size: 11pt; font-style: normal; font-weight: lighter}
/* headings */
.small_hdg_black {color: #000000; font-family:   verdana, arial; font-size: 11pt; font-style: normal; font-weight: bold}
.small_hdg_red {color: #ff0000; font-family:   verdana, arial; font-size: 11pt; font-style: normal; font-weight: bold}
.small_hdg_blue {color: #0000ff; font-family:   verdana, arial; font-size: 11pt; font-style: normal; font-weight: bold}
.small_hdg_FEblue {color: #003366; font-family:   verdana, arial; font-size: 11pt; font-style: normal; font-weight: bold}
/* medium */
.med_hdg_black {color: #000000; font-family:   verdana, arial; font-size: 16pt; font-style: normal; font-weight: lighter}
.med_hdg_blue {color: #0000ff; font-family:   verdana, arial; font-size: 16pt; font-style: normal; font-weight: lighter}
.med_hdg_FEblue {color: #003366; font-family:   verdana, arial; font-size: 16pt; font-style: normal; font-weight: lighter}
/* large light */
.light_hdg_black {color: #000000; font-family:   verdana, arial; font-size: 18pt; font-style: normal; font-weight: lighter}
/* large */
.heading_black {color: #000000; font-family:   verdana, arial; font-size: 18pt; font-style: normal; font-weight: bold}
.heading_orange {color: #FF9900; font-family:   verdana, arial; font-size: 18pt; font-style: normal; font-weight: bold}
.heading_red {color: #FF0000; font-family:   verdana, arial; font-size: 18pt; font-style: normal; font-weight: bold}
/*Banner text */
.banner_FE_blue {color: #003466; font-family:   verdana, arial; font-size: 20pt; font-style: normal; font-weight: bold}
/* small arial black */
.small_txt_blk {color: #000000; font-family:   verdana, arial; font-size: 8pt; font-style: normal; font-weight: lighter}
.vsmall_txt_FEblu {color: #003366; font-family:   verdana, arial; font-size: 6pt; font-style: normal; font-weight: lighter}
.small_txt_wht {color: #FFFFFF; font-family:   verdana, arial; font-size: 8pt; font-style: normal; font-weight: lighter}
/*very small arial black */
.vsmall_txt_blk {color: #000000; font-family:   verdana, arial; font-size: 6pt; font-style: normal; font-weight: lighter}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.trhead {
	padding: 20px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF6633;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
}
.style2 {
	color: #FF6633;
	font-weight: bold;
}
/* End of style section. */


