body
{
background-color: #FFFFFF;
text-align: center;
font-family: arial, helvetica, sans-serif;
}

h2
{
margin-top: 0px;
margin-bottom: 0px;
font-size: x-small;
font-weight: bold;
}

h3
{
margin-top: 0px;
margin-bottom: 0px;
font-size: x-small;
font-weight: bold;
color: #CC0000;
}

p
{
margin-top: 8px;
margin-bottom: 8px;
}

ul
{
list-style-type: disc;
list-style-position: inside;
}

a
{
font-size: x-small;
text-decoration: none;
color: #0000FF;
}

a:visited
{
color: #0000FF;
}

a:hover
{
text-decoration: underline;
}

/* sections */

div.container
{
width: 674px;
border: 1px solid gray;
text-align: left;
font-size: x-small;
}

div.header
{
height: 96px;
border-bottom: 1px solid gray;
background-image: url(../images/header.jpg);
}

div.menu
{
height: 30px;
padding: 8px;
font-weight: bold;
}

div.content
{
padding-left: 8px;
padding-right: 8px;
}

div.sectiontitle
{
padding-left: 8px;
padding-top: 2px;
padding-bottom: 2px;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
background-image: url(../images/sectiontitle.jpg);
}

div.footer
{
padding: 4px;
border-top: 1px solid gray;
text-align: center;
font-size: xx-small;
}

/* classes */

img.ares
{
float: left;
margin: 36px 16px 36px 0px;
}

td.right
{
padding-left: 16px;
}

a.download
{
font-size: x-small;
font-weight: bold;
text-decoration: none;
color: #0000FF;
}

a.download:visited
{
color: #0000FF;
}

a.footer
{
font-size: xx-small;
font-weight: bold;
text-decoration: none;
color: #0000FF;
}

a.footer:visited
{
color: #0000FF;
}