td.notice
{
	font-size: 11px;
	font-style: italic;
}

table.form
{
	padding: 10px;
	border: 1px solid darkblue;
}

td.formHead
{
	font-weight: bold;
	background-color: rgb(245, 245, 255);
	color: darkblue;
}

table.formError
{
	padding: 10px;
	border: 1px solid darkred;
}

td.formErrorHead
{
	font-weight: bold;
	background-color: rgb(255, 245, 245);
	color: darkred;
}

a.menu 
{
	color: darkblue;
	text-decoration: underline;
}

a.menu:hover
{
	text-decoration: none;
}

td.menuLinks
{
	background-color: rgb(245, 245, 255);
	padding: 7px;
}

td.tableHead
{
	text-align: center;
	font-weight: bold;
	border: 1px solid black;
	padding: 3px;
}

td.tableItem
{
	text-align: center;
	padding: 3px;
}

tr.row1
{
	background-color: rgb(251, 251, 251);
}

tr.row2
{
	background-color: rgb(243, 243, 255);
}

a.link
{
	color: darkblue;
	text-decoration: none;
}

a.link:hover
{
	text-decoration: underline;
}