
body{
  color: #ffffff;
  font-family: verdana, arial, helvetica;
  font-size: 11px;
  font-weight: bold;
  background-color: #f0f0f0;
}

.main{
  background-color: white;
}

p{
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    color: #333399;
    font-style: normal;
}

h1{
    font-family: Verdana, Arial, Helvetica;
    color: #333399;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
}
h2{
    font-family: Verdana, Arial, Helvetica;
    color: #333399;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
}

td{
  color: #000000;
  font-family: verdana, arial, helvetica;
  font-size: 11px;
}
td.borderTopButtom{
  font-family: verdana, arial, helvetica;
  font-size: 11px;
  color: white;
  background-color: #7f7fcc;
}
td.title{
  color: white;
  background-color: #333399;
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  font-weight: bold;
}

.borderTitle{
  border-style: solid;
  border-width: 1px;
  border-color: #333399;
  font-weight: normal;
}
.borderMenueOn{
  border-style: solid;
  border-width: 1px;
  border-color: #333399;
  font-weight: normal;
  background-color: #E5EEF6;
}
.borderMenueOff{
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  font-weight: normal;
  background-color: #f9f9f9;
}

a{
  color: #000066;
  font-family: verdana, arial, helvetica;
  font-weight: normal;
  text-decoration: underline;
}
a.menue{
  color: #000066;
  font-family: verdana, arial, helvetica;
  font-weight: normal;
  text-decoration: none;
}
a.menueTop{
  color: white;
  font-family: verdana, arial, helvetica;
  font-weight: normal;
  text-decoration: none;
  font-weight: bold;
}
a.menueTop:hover{
  text-decoration: underline;
}