﻿body 
{
	margin: 0px;
	padding: 0px;
}

h1 
{
	color: #44bb33;
	font-size: 2em;
	font-weight: bold;
	margin-top: 5px;
}

h2
{
	color: #004da2;
	font-size: 2em;
	font-weight: bold;
}

hr.bar 
{
	border: 10px solid #004da2;
	height: 20px;
}

td 
{
	padding: 0px;
	vertical-align: top;
}

table.menu-item 
{
	border-right: 1px solid #777;
	text-transform: lowercase;
}
a.menu-item 
{
	padding: 0px 5px;
}

.link-font,
a,
a:hover,
a:visited,
a:active,
a:link
{
	color: #004da2;
}

.menu-item-selected a, 
.menu-item-selected a:hover,
.menu-item-selected a:visited,
.menu-item-selected a:active,
.menu-item-selected a:link
{
	color: #44bb33;
}

table.home-table tr td
{
	padding-bottom: 10px;
}

