﻿body 
{
	x-position: relative;
	background-color: White;
	font-family: Sans-Serif;
	x-font-size: 90%;
	x-letter-spacing: 1px;
	x-color: #606060;
}

.body_style
{
	width: 980px;
	margin: auto;
	padding-top: 4px;
	x-position: relative;
}

.PageFooter
{
	background-color: White;
	padding: 20px;
	font-family: Sans-Serif;
	font-size: 80%;
	text-align: center;
	letter-spacing: 1px;
	color: #606060;
	clear: both;
}

.PageFooter a
{
	text-decoration:none;
	color: #2266AA;
}

.PageFooter a:visited
{
	text-decoration:none;
	color: #2266AA;
}

.PageFooter a:hover
{
	text-decoration:underline;
	color: Maroon;
}

.PageMenu
{
	font-family: Sans-Serif;
	font-size: 80%;
	letter-spacing: 1px;
	color: #606060;
}
.PageMenu:hover
{
	background-color: #f0f0f0;
}
