body	
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: white;
}

a:link
{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
}

a:visited
{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
}

a:hover
{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-transform: inherit;
	text-decoration: underline;
	text-align: left;
}


.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-align: center;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #bb3300;
	text-align: center;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.menu:hover
{
	text-transform: inherit;
	text-decoration: underline;
}

.textc
{
	text-transform: inherit;
	text-align: center;
}

b
{
	text-transform: inherit;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}

input
{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #ffffff;
	color: #333333;
}

select
{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 14px;
	background-color: #ffffff;
	color: #333333;
	border-color: #728EB3;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
}

input:focus
{
	background-color: #ffffaa;
	border-color: #333333;
	color: #000000;
}

textarea
{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #333333;
	border-color: #728EB3;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
}

textarea:focus
{
	background-color: #ffffaa;
	border-color: #333333;
	color: #000000;
}

