﻿body
{
  background-image: url(/graphics/taxa-body-back.png);
  background-position:center;
  background-repeat:repeat-y;
}
body, td
{
  font-family: Tahoma;
  font-size: 13px;
  line-height:20px;
}
table.main
{
  width: 100%;
  height: 100%;
}
td.main
{
  vertical-align: top;
}
div.main
{
  background-color: #cccfdc;
  background-image: url(/graphics/background.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  margin: auto;
  width: 1250px;
  height: 100%;
}
/*div.outerLeft
{
  margin: auto;
  width: 1300px;
  height: 100%;
  background-image: url(/graphics/back-left.png);
  background-repeat: repeat-y;
  background-position: left;
}
div.outerRight
{
  margin: auto;
  width: 1300px;
  height: 100%;
  background-image: url(/graphics/back-right.png);
  background-repeat: repeat-y;
  background-position: right;
}*/
img
{
  margin:5px;
  border:1px solid White;
}
#divVerticalMenu img
{
    margin-top:3px;
    margin-right:5px;
    margin-left:0px;
    margin-bottom:0px;
}