a
{
	color: #cd0100;
}
body
{
	font-family: Arial;
	font-size: 10pt;
}
td
{
	font-family: Arial;
	font-size: 10pt;
}
.red
{
	color: #cd0100;
}
.gold
{
	color: #ff9a00;
}
.menu
{
	background-color: #cd0100;
	padding: 0px;
	border-top: solid 3px #ff9a00;
	border-bottom: solid 3px #ff9a00;
}
.menu A
{
	color: White;
	text-decoration: none;
}
.menu A:hover
{
	text-decoration: underline;
}
.content
{
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer
{
	padding: 3px;
	border-top: solid 1px #ff9a00;
	font-size: 8pt;
}
#footer A
{
	color: #cd0100;
	text-decoration: underline;
}
h1
{
	font-size: 16pt;
	font-weight: bold;
	color: #777777;
}
h2
{
	font-size: 14pt;
	font-weight: bold;
	color: #999999;
}
h3
{
	font-size: 12pt;
	font-weight: bold;
	color: #999999;
}
table.list
{
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
}
table.list th
{
	border-bottom: solid 1px #777777;
	border-right: solid 1px #777777;
}
table.list td
{
	border-bottom: solid 1px #777777;
	border-right: solid 1px #777777;
}
.button
{
	width: 80px;
}


/* Inventisoft Classes */
.ErrorList
{
	color: Red;
}
