﻿body
{
	font-family: Verdana;
	background-image: url(/images/bkg10.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #567da4;
	margin: 0;
	padding: 0;
}

a:link.navLink
{
	margin: 1px 4px 1px 4px;
	padding: 3px 5px 3px 10px;
	font-size: 15px;
	display: block;
	font-weight: normal;
	color: #121C42;
	text-decoration: none;
	background-color: #fafae4;
}
a:visited.navLink
{
	margin: 1px 4px 1px 4px;
	padding: 3px 5px 3px 10px;
	font-size: 15px;
	display: block;
	font-weight: normal;
	color: #121C42;
	text-decoration: none;
	background-color: #fafae4;
}
a:hover.navLink
{
	margin: 1px 4px 1px 4px;
	padding: 3px 5px 3px 10px;
	font-size: 15px;
	display: block;
	font-weight: normal;
	color: #121C42;
	text-decoration: none;
	background-color: #E5D6B3 /*0e59a4 4273a4 567da4 */;
}

a:link.foot
{
	color: #315E7B;
	text-decoration: none;
}
a:visited.foot
{
	color: #315E7B;
	text-decoration: none;
}
a:hover.foot
{
	color: #315E7B;
	text-decoration: underline;
}
p.foot
{
	font-size: 9px;
	color: #121C42;
	font-family: Verdana;
	text-align: center;
	margin: 0;
	padding: 8px;
}
div.topBar
{
	color: White;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}
a:link.topBar
{
	color: White;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a:visited.topBar
{
	color: White;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a:hover.topBar
{
	color: #e0ffbc;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

