@charset "utf-8";
/* CSS Document - BASE FULL */

/*
NOTE TO AGENCY:
  If using the 'index_full.html' code for the host page then edit the REQUIRED 
  entries below according to design needs.
*/

/* hide from ie on mac \*/
html { 
  height: 100%; 

}
#content { 
  height: 100%; 
}
/* end hide */
body { 
  height: 100%; 
  margin: 0; 
  padding: 0; 
  background-color: #000000;   /* REQUIRED - SET THE BACKGROUND COLOR FOR THE PAGE   */
  color:#FFFFFF;               /* REQUIRED - SET THE DEFAULT TEXT COLOR FOR THE PAGE */
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* SET LINK COLOR / HOVER LINK STYLES FOR THE PAGE */
a { color:#FFFFFF; }
a:link {color:#FFFFFF; text-decoration: none; }
a:visited {color:#FFFFFF; text-decoration: none; } 
a:active {color:#FFFFFF; text-decoration: none; }
a:hover {color:#FFFFFF; text-decoration: underline; }
