/*
//
// +----------------------------------------------------------------------+
// |JH STUDIOS, INC.- Florida Web Design & Full Service Advertising Firm  |
// +----------------------------------------------------------------------+
// | Copyright (c) 2002-2006 JH Studios, Inc.                             |
// |                                                                      |
// | http://www.jhstudios.com                                             |
// +----------------------------------------------------------------------+
// | JH Studios and its logo is a registered trademark of JH Studios, Inc.|
// +----------------------------------------------------------------------+
//
*/

/*HEADER CSS*/



a.menu:link {
 text-decoration: none;
 color: black;
 display: block;
 width: 100%;
 height: 15px;
 background: #DDDBA2;
 font-size: 10px;
 font-family: Verdana;
 font-weight: bold;
 text-decoration: none;
 padding: 5px;
}

a.menu:visited {
 text-decoration: none;
 color: black;
 display: block;
 width: 100%;
 height: 15px;
 background: #DDDBA2;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  padding: 5px;
}

a.menu:hover {
 text-decoration: none;
 color: black;
 display: block;
 width: 100%;
 height: 15px;
background: #CCCA75;
 font-size: 10px;
 font-family: Verdana;
 font-weight: bold;
 padding: 5px;
}

a.menu:active {
 text-decoration: none;
 color: black;
 display: block;
 width: 100%;
 height: 15px;
 background: #DDDBA2;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  padding: 5px;
}

/*MAIN FLASH*/

TABLE.mainflash {
  background-color: #AAAFC6;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 0px solid #000000;
  border-top: 1px solid #000000;

}

TABLE.bigredone {
position: top;
vertical-align: top;
text-align: center;
top: 1;
}



