/* CSS Document */

body {background-color: #ffffff;
	  margin: 5px;
	  color: #000;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px;}

/* Standard anchor tag formatting */ 
A:link, A:visited { 
  color: #0000FF;
  text-decoration: underline; }
A:hover, A:active {
  color: #0000FF;
  text-decoration: underline;}
  
A.buttons:link, A.buttons:visited { 
  color: #333366;
  text-decoration: none;
  font-size:14px; }
A.buttons:hover, A.buttons:active {
  color: #333366;
  text-decoration: none;
  font-size:14px;}
   
/* end Standard anchor tag formatting */

A.top_nav:link, A.top_nav:visited, A.top_nav:hover, A.top_nav:active { 
  color: #ffffff;
  text-decoration: none;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight:bold;
  vertical-align:middle;
  padding-top:5px; }

 
A.bottom_nav:link, A.bottom_nav:visited, A.bottom_nav:hover, A.bottom_nav:active { 
  color: #333366;
  text-decoration: none;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;

  vertical-align:middle;
  padding-top:5px; }

.powered {
text-decoration: none;
font-size:10px;
color:#111111;
}

A.powered {
text-decoration: none;
font-size:10px;
color:#111111;
}

A.powered:link, A.powered:visited
{
color:#111111;
padding-top:0px;
text-decoration: none;	}

A.powered:hover, A.powered:active 
{
color:#d57521;
padding-top:0px;
text-decoration: none;
}
/* End navigation link formatting */

/* table color formatting */
table, td {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000; }
  
  
table.buttont, td.buttont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-image:url(../images/shell/button.jpg);
  width:92px;
  height:27px;
  color: #000;
  background-repeat:no-repeat;
  }
  
	
/* end table color formatting */

/* Text formatting for content */
.title {
  font-size: 28px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  }
  
.subtitle {
  font-size: 20px;
  color: #111111;
  
  }
  .small_title {
  font-size: 14px;
  font-weight:bold;
  
  }
  
/* End formatting for content */

/* List formatting */

/* end formatting */

/* Header formatting */

/* End Header formatting */

/* Class Selectors */

/* End class selectors */

/* form elements formatting */
input, textarea, select{ BORDER: #000 1px solid;
            FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
            BACKGROUND-COLOR: #fff; background-image: url(../images/form_bground.jpg);
	vertical-align: middle;}
	
select {font-size: 10px;}
/* end form elements formatting */
