body
{
  color: #000000; 
  background-color: #FFFFFF;
  
  border: 0px none #000000;
  
  margin: 0;
  padding: 0;

  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

table, tr, td
{
  margin: 0;
  padding: 0;  
  
  border: 1px none #FF0000;
  border-collapse: collapse;

  font-size: 10pt;
}

a
{
  text-decoration: none;
  border: 1px none #65523f;
  outline: none;
}

img
{
  border: none;
}


.top_left
{
  height: 32px;
  background: #000020 url('../images/top_left.jpg') no-repeat bottom right;
}

.top_side
{
  width: 960px;
  background: #000020 url('../images/top_side.jpg') repeat-x bottom;
}

.top_right
{
  height: 32px;
  background: #000020 url('../images/top_right.jpg') no-repeat bottom left;
}

.bottom_left
{
  height: 32px;
  background: #000020 url('../images/bottom_left.jpg') no-repeat top right;
}

.bottom_side
{
  width: 960px;
  height: 32px;
  background: #000020 url('../images/bottom_side.jpg') repeat-x top;
  font-size: 8pt;
  color: #BFBFCF;
  padding-bottom: 3px;
}

.bottom_right
{
  background: #000020 url('../images/bottom_right.jpg') no-repeat top left;
}


.left_side
{
  background: #000020 url('../images/left_side.jpg') repeat-y top right;
}

.right_side
{
  background: #000020 url('../images/right_side.jpg') repeat-y top left;
}

.header
{
  height: 40px;
  padding-bottom: 2px;
  border-bottom: 2px groove #cfebff;
  background: #FFFFFF url('../images/gradient.jpg') repeat-y top left;
}

.menu_left
{
  width: 8px;
  height: 32px;
  background-color: transparent;
  background: url('../images/menu_normal_left.jpg') no-repeat top right;

  border: 1px none #FF0000;
  border-collapse: collapse;
  margin: 0; 
  padding: 0;
}

.menu_right
{
  width: 8px;
  height: 32px;
  background-color: transparent;
  background: url('../images/menu_normal_right.jpg') no-repeat top left;

  border: 1px none #FF0000;
  border-collapse: collapse;
  margin: 0; 
  padding: 0;
}

.menu_item
{
  height: 32px;
  color: #DFDFDF;
  border-left: 1px solid #000020;
  border-right: 1px solid #00264a;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  outline: none;
  display: block;

  font-size: 12px; 
  line-height: 32px;
  text-align: center;
  
  background: url('../images/menu_normal.jpg') repeat-x center left;
}

.menu_item:visited
{
  color: #CFCFCF;
}

.menu_item:hover
{
  color: #EFEFEF;
  background: #0096ff url('../images/menu_hover.jpg');
 
}

.menu_item:active
{
  color: #FFFFDF;
}

.mail
{
  width: 50px;
  height: 32px;
  background: url('../images/mail.jpg');
  display: block;
}

.mail:hover
{
  background: url('../images/mail_hover.jpg');
}

.route
{
  width: 50px;
  height: 32px;
  background: url('../images/route.jpg');
  display: block;
}

.route:hover
{
  background: url('../images/route_hover.jpg');
}

.footer
{
  width: 100%;
  height: 40px;
  color: #FFFFFF; 
  background: #000020 url('../images/bottomside.jpg') repeat-x top right;
  border: 0;
  padding: 0;
  font-size: 8pt;
}