.head
{
  background: url('Images/head.jpg');
  width:      866px;
  height:     205px;
}

.menuhead
{
  width:      275px;
  height:     60px;
  background: url('Images/menuhead.jpg');
  float:      left;
  color:      #3366cc;

}

.pagehead
{
  width:      591px;
  height:     60px;
  background: url('Images/pagehead.jpg');
  float:      left;
}

.menu_page
{
  width:      866px;
  clear:      left;
  background: url('Images/backgr.jpg');
  float:      right;
}

.menu
{
  width:      235px;
  float:      left;
  height:     100%;
  color:      #0099cc;
}

.page
{
  width:      591px;
  float:      left;
  height:     100%;

}

.menutail
{
  width:      275px;
  height:     46px;
  float:      left;
  background: url('Images/menutail.jpg');
}

.pagetail
{
  width:      591px;
  height:     46px;
  float:      left;
  background: url('Images/pagetail.jpg');
}

.tail
{
  width:      866px;
  height:     21px;
  background: url('Images/tail.jpg');
  float:      left;
  font-size:  8pt;
}

.page_page
{
  color:		  navy;
  width:      520px;
  float:      left;
  text-align: justify;
}

a
{
  text-decoration: none;
  color:      #0099cc;
}
a:visited
{
  text-decoration: none;
  color:      #0099cc;
}

a:hover
{
  text-decoration: none;
  color:      #990000;
}

a:active
{
  text-decoration: none;
}







