﻿body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	font-weight: normal;
}

body
{
	text-align: -moz-center;
}

A:link		{	color: navy;	background-color: transparent;	text-decoration: none;	font-weight: bold;	}
A:visited	{	color: blue;	background-color: transparent;	text-decoration: none;	}
A:hover		{	color: red;		background-color: White;		text-decoration: none;	}

.PageTitle
{
	font-size: large;
	font-weight: bold;
	color: blue;
	text-align: center;
}

.Footer
{
	margin-left: auto;
	margin-right: auto;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}

.FormLeft
{
	text-align: left;
}

.FormCenter
{
	text-align: center;
}

.FormRight
{
	text-align: right;
}

.TableCenter
{
	margin-left: auto;
	margin-right: auto;
}

.Picture
{
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}

.Highlight
{
	border-top-width: thin;
	border-top-style: groove;
	border-bottom-width: thin;
	border-bottom-style: groove;
	text-align: center;
	font-weight: bold;
	background-color: red;
	color: yellow;
}

.NewsHeader
{
	font-weight: bold;
	text-align: left;
}

.NewsHeaderLarge
{
	font-size: medium;
	font-weight: bold;
	text-align: left;
	color: red;
}

.NewsDetail
{
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

.HeaderCenter
{
	background-color: Orange;
	font-weight: bold;
	text-align: center;
	border-color: Black;
	border-style: solid;
	border-width: thin;
}

.HeaderLeft
{
	background-color: Orange;
	font-weight: bold;
	text-align: left;
	border-color: Black;
	border-style: solid;
	border-width: thin;
}

.HeaderRight
{
	background-color: Orange;
	font-weight: bold;
	text-align: right;
	border-color: Black;
	border-style: solid;
	border-width: thin;
}

.LabelTitle
{
	text-align: left;
	font-size: x-large;
	font-weight: bold;
	color: blue;
}
