/* CSS Document */

/* Standard anchor tag formatting */ 
A:link { 
  color: #91022A;
  text-decoration: underline; }
A:visited { 
  color: #91022A;
  text-decoration: underline; }
A:hover {
  color: #90743A;
  text-decoration: none;}
A:active {
  color: #90743A;
  text-decoration: none;}
  
A.white_link:link { 
  color: #FFFFFF;
  text-decoration: underline; }
A.white_link:visited { 
  color: #FFFFFF;
  text-decoration: underline; }
A.white_link:hover {
  color: #EFE5D1;
  text-decoration: none;}
A.white_link:active {
  color: #EFE5D1;
  text-decoration: none;}
  
A.footer_link:link { 
  color: #91022A;
  font-size: 10px;
  text-decoration: none; }
A.footer_link:visited { 
  color: #91022A;
  font-size: 10px;
  text-decoration: none; }
A.footer_link:hover {
  color: #90743A;
  font-size: 10px;
  text-decoration: none;}
A.footer_link:active {
  color: #90743A;
  font-size: 10px;
  text-decoration: none;}
  
A.top_nav:link { 
  color: #72716E;
  font-weight: bold;
  text-decoration: none; }
A.top_nav:visited { 
  color: #72716E;
  font-weight: bold;
  text-decoration: none; }
A.top_nav:hover {
  color: #90743A;
  font-weight: bold;
  text-decoration: none;}
A.top_nav:active {
  color: #90743A;
  font-weight: bold;
  text-decoration: none;}
/* end table color formatting */

/* navigation link formatting */
A.nav:link {
	color: #91022A;
   font-weight: bold;
	text-decoration: none;}
A.nav:visited {
	color: #91022A;
   font-weight: bold;
	text-decoration: none;}
A.nav:active {
	color: #90743A;
   font-weight: bold;
	text-decoration: none;}
A.nav:hover  {
	color: #90743A;
   font-weight: bold;
	text-decoration: none;}
	
A.nav_active:link {
	color: #90743A;
   font-weight: bold;
	text-decoration: none;}
A.nav_active:visited {
	color: #90743A;
   font-weight: bold;
	text-decoration: none;}
A.nav_active:active {
	color: #90743A;
   font-weight: bold;
	text-decoration: none;}
A.nav_active:hover  {
	color: #90743A;
   font-weight: bold;
	text-decoration: none;}
	
A.sub_nav:link {
	color: #91022A;
   font-weight: normal;
	text-decoration: none;}
A.sub_nav:visited {
	color: #91022A;
   font-weight: normal;
	text-decoration: none;}
A.sub_nav:active {
	color: #90743A;
   font-weight: normal;
	text-decoration: none;}
A.sub_nav:hover  {
	color: #90743A;
   font-weight: normal;
	text-decoration: none;}
	
A.billpay_nav:link {
	color: #FFFFFF;
    font-size: 10px;
	width: 187px;
	padding-top: 5px;
	padding-bottom: 5px;	
	display: block;	
	background-color: #91022A;
	text-decoration: none;}
A.billpay_nav:visited { 
	color: #FFFFFF;
    font-size: 10px;
	width: 187px;
	padding-top: 5px;
	padding-bottom: 5px;	
	display: block;
	background-color: #91022A;
	text-decoration: none;}
A.billpay_nav:hover {
	color: #000000;
    font-size: 10px;
	width: 187px;
	padding-top: 5px;
	padding-bottom: 5px;	
	display: block;
	background-color: #EFE5D1;
	text-decoration: none;}
A.billpay_nav:active {
	color: #000000;
    font-size: 10px;
	width: 187px;
	padding-top: 5px;
	padding-bottom: 5px;	
	display: block;
	background-color: #EFE5D1;
	text-decoration: none;}	

/* End navigation link formatting */

/* table color formatting */
table {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-indent: 0px;
  color: #000000; }
td {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-indent: 0px;
  color: #000000; }
table.maroon {
  color: #FFFFFF; 
  background-color: #9c0000;}
td.maroon {
  color: #FFFFFF; 
  background-color: #9c0000;}
table.lt_tan { 
  background-color: #F9F6EF;}
td.lt_tan {
  background-color: #F9F6EF;}
table.mid_tan { 
  background-color: #FCF4E5;}
td.mid_tan {
  background-color: #FCF4E5;}
table.dk_tan { 
  background-color: #EFE5D1;}
td.dk_tan {
  background-color: #EFE5D1;}
table.maroon_border {
  border: 1px solid #91022A;
  border-collapse:collapse; 
  padding: 5px;}
td.maroon_border {
  border: 1px solid #91022A;
  border-collapse:collapse; 
  padding: 5px;}
table.lt_tan_with_border {
  background-color: #F9F6EF;
  border: 1px solid #91022A;
  border-collapse:collapse; 
  padding: 5px;}
td.lt_tan_with_border {
  background-color: #F9F6EF;
  border: 1px solid #91022A;
  border-collapse:collapse; 
  padding: 5px;}
table.mid_tan_with_border {
	background-color: #FCF4E5;
	border: 1px solid #91022A;
	border-collapse:collapse;
	padding: 5px;
	font-family: tahoma;
	font-size: 11px;
	color: 464545;
}
td.mid_tan_with_border {
  background-color: #FCF4E5;
  border: 1px solid #91022A;
  border-collapse:collapse; 
  padding: 5px;}
/* end table color formatting */

/* Text formatting for content */
.text_red_content {
  color: #DB1F26; }
  
.text_footer {
  font-size: 10px;
  color: #91022A;}
  
.text_small {
  font-size: 10px;
  color: #000000;}

.text_bold {
  font-weight: bold;}
  
.text_bold_color {
  font-weight: bold;
  color: #91022A;}
  
.text_sub_head {
  font-weight: bold;
  color: #91022A;
  font-size: 13px;}
  
.text_sub_head15 {
  font-weight: bold;
  color: #91022A;
  font-size: 15px;}
  
.text_sub_head18 {
  font-weight: bold;
  color: #000000;
  font-size: 18px;}
  
.text_color {
  color: #91022A;}
  
.title_dk_tan {
  font-weight: bold;
  font-size: 18px;
  color: #90743A;}
  
.title_maroon {
  font-weight: bold;
  font-size: 18px;
  color: #91022A;}
/* End formatting for content */

/* List formatting */
ul {list-style-image: url(../images/bullet.gif);}

li {list-style-image: url(../images/bullet.gif);}
/* end formatting */

/* Header formatting */
H1, H2, H3, H4, H5, H6 {color: #000000;
		    font-family: verdana, Arial, Helvetica, sans-serif;
			margin-top: 1px;
		    margin-bottom:1px;}
/* End Header formatting */

/* Class Selectors */
.underline {text-decoration: underline;}
.allcaps {text-transform: uppercase;}
.margin {margin-top: 10px;
	   margin-bottom:10px;
	   margin-left: 10px;
	   margin-right: 10px;}

.margin_content {margin-top: 10px;
	   margin-left: 10px;}
.splash-promo {cursor: pointer;
				margin-top: -15px;}
/* End class selectors */

/* form elements formatting */
INPUT,password {
	BORDER:    #91022A 1px solid; 
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; BACKGROUND-COLOR: #FFFFFF;
	vertical-align: absmiddle;
}

INPUT{ border: #91022A 1px solid; 
            FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
            BACKGROUND-COLOR: #FFFFFF;
	vertical-align: absmiddle;}
			
INPUT.input_tan{ border: #91022A 1px solid; 
            FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
            BACKGROUND-COLOR: #FFFFFF;
	vertical-align: absmiddle;}

TEXTAREA{
	BORDER:    #91022A 1px solid; 
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #FFFFFF;}

SELECT{
	BORDER:    #91022A 1px solid; 
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #FFFFFF;
	vertical-align: absmiddle;}
/* end form elements formatting */
.style9 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: 464545;
	list-style-image: url(../images/bullet.gif);
}
.style10 {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background-color: 464545;
}.small {
	font-size: 9px;
}
.style1a {font-size: 10px}
..style1 {font-size: 10px}
.style4 {	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
}
.style11 {
  font-size: 16px;
  color: #990000;
  font-weight: bold;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style12 {
  font-size: 15px;
  color: #990000;
  font-weight: bold;
}
.nospace {
	margin-top: 0px;
	margin-bottom: 8px;
}
p.MsoNormal {
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:Times;
}
