body
{
	font-size: x-small;
	font-family: Verdana, Arial;
}
.TextBox
{
	background-color: yellow;
	text-align: right;
}
.TextBoxReadOnly
{
	background-color: lightgrey;
	text-align: right;
}
.Error
{
	color: red;
}
A:visited
{
	color: blue;
	text-decoration: underline;
}
A:link
{
	color: blue;
	text-decoration: underline;
}
A:hover
{
	color: purple;
}
TABLE
{
	font-size: x-small;
	font-family: Arial, Verdana;
}
.GenNotes
{
	font-weight: bold;
	color: green;
}
