body { 
  background: url(/bg.gif);
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #FFFFFF;
  font-size: 12px;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

p, td {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
  vertical-align : top;
}

th {
  background-color : #000099;
  color: #FFFFFF;
  font-size : 12px;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}

a:link, a:visited {
  color : #000099;
  text-decoration: none;
}

a:hover, a:active {
  color : #000099;
  text-decoration: underline;
}

h1 {
  font-size : 24px;
  font-weight : bold;
}

h2 {
  font-size : 14px;
  font-weight : bold;
}

h3 {
  font-size : 12px;
  font-weight : bold;
}

table.MainTable {

}

td.LeftMenuIntern {
  padding-bottom: 15px;
}

td.LeftMenu {
  width: 135px;
  padding: 5px;
}

td.MainIntern {
  padding-bottom: 15px;
}

td.Main {
  width: 570px;
  padding: 5px;
}

/* Leftmenu */

a.leftmenuSelected:link, a.leftmenuSelected:visited{
  color : #FF0000;
  text-decoration: none;
  font-weight: bold;
}

a.leftmenuSelected:hover, a.leftmenuSelected:active{
  color : #FF0000;
  text-decoration: underline;
  font-weight: bold;
}

a.leftmenuN0:link, a.leftmenuN0:visited{
  color : #000099;
  text-decoration: none;
}

a.leftmenuN0:hover, a.leftmenuN0:active{
  color : #000099;
  text-decoration: underline;
}


/* Components */

td.boxBorder-blue {
  background-color: #000099;
}

td.boxBorder-red {
  background-color: #FF0000;
}

td.BoxHeader {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
  letter-spacing : 1px;
  padding-top : 0px;
  padding-right : 5px;
  padding-left : 5px;
  padding-bottom : 0px;

  border-bottom-color : #666666;
  border-bottom-width : 1px;
  border-bottom-style : solid;
}

td.BoxContent {
  background-color: #FFFFFF;
  padding-top : 5px;
  padding-right : 5px;
  padding-left : 5px;
  padding-bottom : 5px;

  border-bottom-color : #666666;
  border-bottom-width : 1px;
  border-bottom-style : solid;
}

.box td {
  font-size: 11px;
  line-height : 12px;
  vertical-align: top;
}

.box input {
  border : 1px solid #000099;
  background-color: #FFFFFF;
  font-size: 9px;
}

a.box:link, a.box:visited {
  color : #000099;
  text-decoration: underline;
}

a.box:hover, a.box:active {
  color : #000099;
  text-decoration: none;
}



