BODY
{
  background: #FFDDDD;
}
.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/red/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/red/logo.jpg);
}
.TDmenu
{
  background-image: url(../gfx/theme/red/bg.jpg);
}
.contact_pic
{
  position: relative;
  left: -50;
  top: 40;
  background-image: url(../gfx/theme/red/contact_phone.jpg);
}
.clock
{
  height:16;
  background: #FF8080;
  font-size: 11px;
  border: solid thin 1px #FF4040;
}
.blackbordertable
{
  background: #FFBBBB;
  border: solid thin 1px black;
}
.main_text
{
  background: #FFCCCC;
  border: solid thin 1 black dashed;
  padding: 5;
}
.resume_table
{
  background: #FFBBBB;
  font-size: 14;
  border: solid thin 2 #FF4040 inset;
}
.contactform
{
  background: #FFDDDD;
  border: solid thin 1 black dashed;
  font-family: Arial;
}
