﻿body
{
	color: Black;
	font-family: Tahoma, Arial, Times New Roman;
	font-size: x-small;
	font-weight:normal;
	font-style: normal;
	font-variant:normal;
	line-height: normal;
	letter-spacing: 1px;
	text-decoration: none;
}
body a, a:visited
{
	color: #ffffff;
	text-decoration:none;
}

body a:hover
{
	color: #ffffff;
	text-decoration:none;
}

#TopMenu
{
	width: 744px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	text-align: center;
}
#TopMenu ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#TopMenu li {
	float: right;
}
#TopMenu a 
{
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
	color: White;
	display: block;
	margin: 0 1px;
	padding: 3px 0px 3px 0px;
	border: 1px solid #000060;
	background-image: url('../images/topMenuItem.gif');
	background-repeat: repeat-x;
	width: 89px;
}
#TopMenu a:hover {
	text-decoration: none;
	color: #000060;
	background-image: url('../images/topMenuItemActivated.gif');
	border: 1px solid #000060;
}
#FooterMenu
{
	width: 750px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
	font-size: xx-small;
	text-decoration: none;
	font-weight: normal;
	color: #577ac5;
}
#FooterMenu a
{
	text-decoration: underline;
	color: #577ac5;
}
#FooterMenu a:hover
{
	text-decoration: none;
	color: Black;
}

