BODY
{
  background: #EEEEEE;
}
.menu
{
  color: #666666;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border: solid thin 1px black;
  height: 21px;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  background-image: url(../gfx/theme/grey/bg.jpg);
}
.menu:hover
{
  color: black;
  text-decoration: underline;
}
.submenufirst
{
  color: #666666;
  width: 100%;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border: solid thin 1px black;
  height: 21px;
  font-size: 12px;
  text-decoration: none;
}
.submenufirst:hover
{
  color: black;
  text-decoration: underline;
}
.submenu
{
  color: #666666;
  width: 100%;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border: solid thin 1px black;
  border-top: 0px;
  height: 21px;
  font-size: 12px;
  text-decoration: none;
}
.submenu:hover
{
  color: black;
  text-decoration: underline;
}
.TDlogo
{
  background-image: url(../gfx/theme/grey/logo.jpg);
}
.TDmenu
{
  background-image: url(../gfx/theme/grey/bg.jpg);
}
.contact_pic
{
  position: relative;
  left: -50;
  top: 40;
  background-image: url(../gfx/theme/grey/contact_phone.jpg);
}
.clock
{
  height: 16;
  background: #C0C0C0;
  font-size: 11px;
  border: solid thin 1px #808080;
}
.blackbordertable
{
  background: #DDDDDD;
  border: solid thin 1px black;
}
.main_text
{
  background: #E6E6E6;
  border: solid thin 1 black dashed;
  padding: 5;
}
.resume_table
{
  background: #DDDDDD;
  font-size: 14;
  border: solid thin 2 #808080 inset;
}

.contactform
{
  background: #EEEEEE;
  border: solid thin 1 black dashed;
  font-family: Arial;
}