body
{
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 1em;

	background: #AFB5C9;
}

table
{
	border: 1px solid #222222;
}

td
{
	border: 1px solid #222222;
}

a:link, a:visited, a:active 
{
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}

a:hover 
{
    color: #465584;
    background-color: transparent;
}

.main
{
}

.header
{
	background: url('logo.png');
}

.nav
{

	background: #FAFAFF;
}

.content1
{

	background: #F1F2F5;
	padding: 7px;
}

.content2
{
	background: #FBFCFF;

	padding: 7px;
}

.footer
{
	padding-right: 5px;
	background: #FAFAFF;
}

#nav-body 
{
	font-size: 0.9em;
}

#news-title
{
	font-size: 1em;
	font-weight: bold;
}
#news-body
{
	font-size: 0.7em;
}

#footer-body
{
	font-size: 0.55em;
}

#note
{
	font-size: 0.6em;
	font-style: italic;
}

#links
{
	font-size: 0.6em;
}

#nav-links
{
	font-size: 0.6em;
	margin-left: 10px;
}

