﻿div.ThreeFootTall
{
	clear: left;
	font-size: xx-small;
	width: 900px;
	text-align: right;
	color: #666666;
}
a
{
	color: #000066;
	text-decoration: underline;
}
a.ThreeFootTall
{
	color: #666666;
}

.bold
{
	font-weight: bold;
}
.centreAlign
{
	text-align: center;
}
.Error
{
	font-size: large;
	font-weight: bold;
	color: #ff0000;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.NoTop
{
	margin-top: 0px;
	padding-top: 0px;
}
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.nobreak
{
	white-space: nowrap;
}
.rightAlign
{
	text-align: right;
}
.SmallText
{
	font-size: x-small;
}
.Spacer
{
	clear: both;
}