html, body
{
  background-color: #000000;
  height: 100%;
}

body
{
  margin: 0;
  padding: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

input, textarea
{
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  border: 1px solid #999999;
}

input.radio, input.checkbox
{
  border: 0px;
}

/* Define the DIV containers for the page */

#container
{
  position: relative;
  min-height: 100%;
}

#header
{
  padding: 0px;
  height: 76px;
  background-color: #000099;
}

#content
{
  padding: 0px;
  color: #dedede;
  font-size: 12px;
}

#footer
{
  position: absolute;
  bottom: 0px;
  padding: 0px;
  background-color: #e60000;
  width: 100%;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  height: 29px;
}

/* End of DIV containers for the page */


div.navigation
{
  color: #c2c2c2;
  position: absolute;
  left: 93px;
  top: 30px;
}
  
div.navigation a
{
  color: #c2c2c2;
  font-size: 12px;
  text-decoration: none;
}

div.navigation a:hover
{
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}

/* Create the various linking styles */

a
{
  color: #c2c2c2;
}

a:hover
{
  color: #ffffff;
}

a.footer
{
  color: #ffffff;
  text-decoration: none;
}

a.subnav
{
  color: #c2c2c2;
  text-decoration: none;
}

a.subnav:hover
{
  color: #fefefe;
  text-decoration: none;
}

a.subnav_white
{
  color: #ffffff;
  text-decoration: none;
}

a.subnav_white:hover
{
  color: #ffffff;
  text-decoration: none;
}


a.bigcaps
{
  font-size: 15px;
  color: #636363;
  text-decoration: none;
}

a.bigcaps:hover
{
  font-size: 15px;
  color: #c2c2c2;
  text-decoration: none;
}

a.darkgray
{
  color: #636363;
  text-decoration: none;
}

a.darkgray:hover
{
  color: #c2c2c2;
  text-decoration: none;
}

a.darkgray02
{
  color: #464646;
  text-decoration: none;
}

a.darkgray02:hover
{
  color: #ffffff;
  text-decoration: none;
}



/* Create the various cell styles */

td.module_title
{
  padding-left: 12px;
  width: 196px;
  font-size: 35px;
  font-weight: bold;
  color: #c2c2c2;
}

td.module_subnav
{
  padding-left: 34px;
  padding-right: 236px;
}

td.module_lbody
{
  padding-top: 21px;
  vertical-align: top;
}

td.module_body
{
  padding-top: 21px;
  padding-left: 34px;
  padding-bottom: 48px;
  vertical-align: top;
}

/* Create the various font styles */

.White12
{
  color: #ffffff;
  font-size: 12px;
}

.darkgray
{
  color: #636363;
}

.bigcaps
{
  color: #c2c2c2;
}

.form_small
{
  color: #999999;
  font-size: 9px;
}

.bigred
{
  font-size: 30px;
  color: #e60000;
}

.Red10
{
  font-size: 10px;
  color: #e60000;
  text-decoration: none;
}

.Red16
{
  font-size: 16px;
  color: #e60000;
}

.Red20
{
  font-size: 20px;
  color: #e60000;
  text-decoration: none;
}

.Gray20
{
  font-size: 20px;
  color: #959595;
  font-family: "Times New Roman";
}

.Gray30
{
  font-size: 30px;
  color: #959595;
  font-family: "Times New Roman";
}

.DarkGray10
{
  font-size: 10px;
  color: #212121;
}

.Yellow20
{
  font-size: 20px;
  color: #ffdb1b;
  font-family: "Times New Roman";
}

sup
{
  color: #e60000;
  font-weight: bold;
}

input.submit
{
  color: #cccccc;
  background-color: #333333;
  border: 0px;
  padding: 6px;
}

input.submit:hover
{
  color: #ffffff;
}


td.x1
{
  padding-bottom: 16px;
}

td.x2
{
  background: url('../images/module_dot_2x13.gif');
  background-repeat: repeat-x;
}

td.form_desc
{
  color: #999999;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 16px;
  padding-bottom: 6px;
}

td.form_entry
{
  padding-left: 10px;
}
