BODY
{
   background-color:#003cd2;
   margin: 0px;
   padding: 0px;
   font-family: Verdana, Arial, Georgia, Times New Roman;
   font-size: 11px;   
   width:100%;
   line-height:16px;
   background-image: url(../images/main_bg.gif);
   background-repeat: repeat-x;
}
p, td
{
   font-family: Verdana, Arial, Georgia, Times New Roman;
   font-size: 11px;
}
A, A:link, a:visited {text-decoration: none; color: #0000cb}
A:hover 
{
   color: Red;
   text-decoration: underline;
}

div.bgall
{
   background-image: url(../images/main_bg.gif);
   background-repeat: repeat-x;
}

td.mid_bg {background-image: url(../images/b_mainbg.gif); background-position: top; background-repeat: repeat-y;}
td.mid_l {background-image: url(../images/bg_mid-l.gif); background-position: top; background-repeat: repeat-y;}
td.mid_r {background-image: url(../images/bg_mid-r.gif); background-position: top; background-repeat: repeat-y;}




a.blklink, a.blklink:visited
{
color:#000;
text-decoration: none;
}
a.blklink:hover 
{
color:#000;
text-decoration: underline;
}

a.whtlink, a.whtlink:visited
{
color:#fff;
text-decoration: none;
}
a.whtlink:hover 
{
color:#fff;
text-decoration: underline;
}
/*======================================================================================================================================================================================*/
/* GALLERY */
/*======================================================================================================================================================================================*/
div.img
  {
  margin: 2px;
  border: 1px solid #e58a00;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 0px;
  border: 3px solid #ff9b04;
  }
div.img a:hover img
  {
  border: 3px solid #e58a00;
 }
/*======================================================================================================================================================================================*/