/*
Updated 1-22-10 dlb
top-right-bottom-left
ccccff is the base color
*/

body{
  margin:0px 6px;
  background-color:#ffffff;
}
div{
}
hr{
  color:#ccccff;
  height:1px;
  text-align:center;
  width:80%;
}
table{
  margin:0px 0px;

  width:900px;
  font-family:tahoma,arial,sans-serif;
  font-size:14px;
  border-spacing:50px 5 0px;
  padding:0px 0px;
}
td{
  vertical-align:text-top;
}
td.head{
  width:900px;
  height:72px;
  background-image:url('images/logo.gif'); 
  background-repeat:no-repeat;
  background-position:center;

}
td.menu{
  width:900px;
  height:24px;
  background-image:url('images/menubar.gif');
  background-color:#ffffff;
  text-align:center;
  background-repeat:no-repeat;
}
td.900{
  width:900px;
  padding:8px;
  text-align:center;
  background-color:#ffffff;
}
td.motd{
  width:900px;
  padding:8px;
  text-align:center;
  background-color:#ffffff;
  font-size:16px;
  font-family:verdana;
  font-weight:900;
}

td.600{
  width:600px;
  padding:8px;
  text-align:left;
  background-color:#ffffff;
}
td.150{
  width:150px;
  padding: 0px;
  background-color:#ffffff;
}
td.150-r{
  width:150px;
  padding: 0px;
  text-align:right;
  background-color:#ffffff;
}
td.150-l{
  width:150px;
  padding: 0px;
  text-align:left;
  background-color:#ffffff;
}
td.150-c{
  width:150px;
  padding: 0px;
  text-align:center;
  background-color:#ffffff;
}

td.footer{
  background-color:#ccccff;
  text-align:center;
  font-size:10px;
  color:#555555;
}


a:link{
  color:#0000ff;
  text-decoration:none;
}
a:visited{
  color:#660066;
  text-decoration:none;
}
a:hover{
  color:#dd0000;
  text-decoration:underline;
  background-color:#ffffff;
}
