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

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

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

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

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: 730px;
border: 1px solid gray;
text-align: left;
font-size: x-small;
}

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

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

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

div.sectiontitle
{
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	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.screenshot
{
float: left;
margin: 16px 8px 12px 8px;
}

img.overview
{
margin: 4px 8px 8px 8px;
}

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;
}

