﻿body 
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 100%;
	color: #000000;
	margin: 2px 3px;
}

h1 
{
	margin: 0 0 5px 0;
}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

a 
{
	color: #0000ff;
}

img, img a 
{
	border: none;
}

/* Container */
div#container
{
}

/* Header */
div#header
{
}
div#header div.logo img
{
	width: 100%;
}
div#header div.linkList
{
}
div#header div.linkList div
{
	display: inline;
	margin: 1px 0 0 3px;
}

/* Content */
div#content
{
}
div#content h1
{
	font-size: 125%;
}
div#content div.pre
{
	font-weight: bold;
	margin: 0 0 5px 0;
}

/* Attachments */
div#attachments
{
	margin: 5px 0 0 0;
	clear: both;
}
div#attachments div.rssList
{
	margin: 5px 0 0 0;
}
div#attachments div.rssList div
{
	margin: 3px 0 0 0;
}
div#attachments div.rssList div h6
{
	margin: 0;
	font-size: 100%;
}
div#attachments div.rssList div p
{
	margin: 1px 0 0 0;
}
div#attachments div.rssList div p.pubDate
{
	font-size: 80%;
}
div#attachments div.rssList div p.description
{
}
div#attachments div.contactList
{
	margin: 5px 0 0 0;
}
div#attachments div.linkList
{
	margin: 5px 0 0 0;
}
div#attachments div.fileList
{
	margin: 5px 0 0 0;
}
div#attachments div.fileList div
{
	margin-bottom: 1px;
}
div#attachments div.fileList div img
{
	width: 100%;
}
div#attachments div.attachedForm
{
}

/* Navigation */
div#navigation
{
	margin: 5px 0 0 0;
}
div#navigation div
{
}
div#navigation div.pagesList
{
	margin-bottom: 5px;
}
div#navigation div.keywordsList
{
	margin-bottom: 5px;
}
div#navigation div.mainList
{
}

/* Footer */
div#footer
{
}
