body
{
	text-align: center;
	margin: 0 auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	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;	}

.FormLeft
{
	text-align: left;
	font-size: small;
}

.FormCenter
{
	text-align: center;
	font-size: small;
}

.FormCenterSmallBold
{
	text-align: center;
	font-size: x-small;
	font-weight: bold;
}

.FormRight
{
	text-align: right;
	font-size: small;
}

.ParagraphHeading
{
	text-align: left;
	font-size: medium;
	font-weight: bold;
	color: blue;
}

.ParagraphHeadingCenter
{
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: blue;
}
