body
{
	/* text-align: -moz-center; */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

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;	}

.Div
{
	text-align: center;
}

.Table
{
	text-align: center;
}

.HeaderText
{
	text-align: center;
	background-color: #840084;
	color: yellow;
}

.PageTitle
{
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: navy;
}

.HiddenText
{
	background-color: white;
	color: white;
}

.FormLeft
{
	text-align: left;
	font-size: small;
}

.FormCenter
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: small;
}

.FormCenterSmallBold
{
	text-align: center;
	font-size: xx-small;
	font-weight: bold;
}

.FormRight
{
	text-align: right;
	font-size: small;
}

.Highlight
{
	text-align: center;
	background-color: red;
	color: yellow;
	font-weight: bold;
}

.ParagraphHeading
{
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: purple;
}
