A:link
{
    color: #990000;
    text-decoration: underline;
}
A:visited
{
    color: #990000;
    text-decoration: underline;
}
A:hover
{
    color: #CC3333;
    text-decoration: underline;
}
A:active
{
    color: #CC3333;
    text-decoration: underline;
}


A.leftnavi:link
{
    color: #663300;
    text-decoration: none;
}
A.leftnavi:visited
{
    color: #663300;
    text-decoration: none;
}
A.leftnavi:hover
{
    color: #663300;
    text-decoration: none;
}
A.leftnavi:active
{
    color: #663300;
    text-decoration: none;
}


A.whatsnew:link
{
    color: #663300;
    text-decoration: underline;
}
A.whatsnew:visited
{
    color: #663300;
    text-decoration: underline;
}
A.whatsnew:hover
{
    color: #996633;
    text-decoration: underline;
}
A.whatsnew:active
{
    color: red;
    text-decoration: underline;
}


FORM
{
    DISPLAY: inline;
    MARGIN: 0px;
}


B
{
    FONT-WEIGHT: bold;
}


SMALL
{
    FONT: 10px Verdana, Arial, Helvetica, sans-serif;
}

.whatsnew
{
    FONT: 12px Arial, Helvetica, sans-serif;
}


BODY
{
    COLOR: #000000;
    FONT: 11px Verdana, Arial, Helvetica, sans-serif;
}

.main
{
    COLOR: #000000;
    FONT: 11px Verdana, Arial, Helvetica, sans-serif;
}

.title
{
    COLOR: #333333;
    FONT: 18px Verdana, Arial, Helvetica, sans-serif;
}

.subtitle
{
    COLOR: #333333;
    FONT: 14px Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
  margin:  0px;
  padding: 0px;
}

.boldSubTitle {
  color: #000000;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.noBreak {
  display: inline;
}
