
body
{
   margin: 5px 50px 5px 50px;
   padding: 0;
   font: 96% Arial, Verdana, Helvetica, sans-serif;
   background-color:white;
   line-height: 1.3em;
}


#header
{
   text-align:center;
}

.lastupdate
{
   text-align:right;
   font-weight: bold;
   font-size: 0.8em;
}

.highlight
{
   background-color:white;
   font-weight: bold;
}

h1
{
   font-weight: normal;
   font-size: 1.4em;
   text-align: center;
}

h2
{
   font-weight: normal;
   font-size: 1.2em;
   text-align: center;
}

h3
{
   font-weight: bold;
   font-size: 1.0em;
   color: #000070;
}

.smalltext
{
   font-size: 0.8em;
   text-align: center;
}

.smalltextbold
{
   font-size: 0.8em;
   font-weight: bold;
}

.italic
{
   font-style: italic;
   color: #708090;
}

.smalltextnormal
{
   font-size: 0.9em;
   font-weight: normal;
}

.attention, .error
{
   color: red;
}

.bold
{
   font-weight: bold;
}

hr
{
   border: thin solid #696969;
}

a:link {color: #cea500}
a:visited {color: #cea500}
a:hover {color: #006a73}
a:active {color: #1d2084}

a img
{
   border: 0;
}

div#footer
{
   clear: both;
   padding: .5em 1em;
   text-align: center;
   font-size: 0.9em;
}

div#footer ul
{
   padding: 0;
   margin: 0;
   list-style-type: none;
}

div#footer li
{
   display: inline;
   margin-right: 0em;
}

div#footer a:link
{
   color: #006a73;
}

div#footer a:visited
{
   color: #cea500;
}

div#footer a:hover
{
   color: #006a73;
}

.copyright
{
   font-size: 0.9em;
}



