/* CSS Document */

body {
  background-color: #080000;
}

td {  
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  color: #ffffff;
}

a:link {text-decoration:underline; color: #ffffff;}
a:visited {text-decoration:underline; color: #ffffff;}
a:active {text-decoration:underline; color: #ffffff;}
a:hover {text-decoration:underline; color: #C5C2C2;}

/* Table Styles */

.menu_headfoot{
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  color: #ffffff;
}

a.menu_headfoot:link {text-decoration:none; color: #ffffff;}
a.menu_headfoot:visited {text-decoration:none; color: #ffffff;}
a.menu_headfoot:active {text-decoration:none; color: #ffffff;}
a.menu_headfoot:hover {text-decoration:underline; color: #ffffff;}

table.grborder {
  border: 1px solid #b4b4b4;
}

td.grborder {
  border: 1px solid #b4b4b4;
}

td.whborder {
  border: 1px solid #b4b4b4;
}

/* Content */

td.cnt_home {  
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  color: #ffffff;
  padding: 10px;
}

p.header {  
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}
