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