/* CSS Document */

body {background-color: #120282;}

/* Standard anchor tag formatting */ 
A:link { 
  color: #A70000;
  text-decoration: underline; }
A:visited { 
  color: #A70000;
  text-decoration: underline; }
A:hover {
  color: #DF9090;
  text-decoration: none;}
A:active {
  color: #DF9090;
  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;}
/* end table color formatting */

/* navigation link formatting */
A.nav:link {
	color: #FFFFFF;
	font-weight: bold;
    font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;	
	display: block;	
	background-color: #A70000;
	text-decoration: none;}
A.nav:visited { 
	color: #FFFFFF;
	font-weight: bold;
    font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;	
	display: block;
	background-color: #A70000;
	text-decoration: none;}
A.nav:hover {
	color: #FFFFFF;
	font-weight: bold;
    font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;	
	display: block;
	background-color: #120282;
	text-decoration: none;}
A.nav:active {
	color: #FFFFFF;
	font-weight: bold;
    font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;	
	display: block;
	background-color: #120282;
	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: #120282; }
td {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-indent: 0px;
  color: #120282; }
table.maroon {
  color: #FFFFFF; 
  background-color: #A70000;}
td.maroon {
  color: #FFFFFF; 
  background-color: #A70000;}
table.lt_blue { 
  background-color: #EFEDED;}
td.lt_blue {
  background-color: #EFEDED;}
table.dk_blue { 
  background-color: #120282;}
td.dk_blue {
  background-color: #120282;}
table.white { 
  background-color: #FFFFFF;}
td.white {
  background-color: #FFFFFF;}
/* end table color formatting */

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

.text_bold {
  font-weight: bold;}
  
.text_bold_color {
  font-weight: bold;
  color: #A70000;}
  
.text_header {
  color: #A9AFB5;
  font-weight: bold;
  font-size: 25px;}
  
.text_color {
  color: #A70000;}
/* End formatting for content */

/* List formatting */
ul {font-family: verdana, Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 11px;}

li {font-family: verdana, Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 11px;}
/* end formatting */

/* Header formatting */
H1, H2, H3, H4, H5, H6 {color: #120282;
		    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_sides {margin-left: 10px;
	   margin-right: 10px;}
/* End class selectors */

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

INPUT{ border: #A5ACB2 1px solid; 
            FONT-SIZE: 11px; font-weight:normal; COLOR: #120282; FONT-FAMILY: verdana,arial; 
            BACKGROUND-COLOR: #FFFFFF;
	vertical-align: absmiddle;}

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

SELECT{
	BORDER:    #A5ACB2 1px solid; 
	FONT-SIZE: 11px; font-weight:normal; COLOR: #120282; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #FFFFFF;
	vertical-align: absmiddle;}
/* end form elements formatting */