body
{
	margin: 0px;
	background-color: #e5e6e7;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Verdana;
}

td, span, div
{
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Verdana;
}

a
{
	font-size: 10pt;
	color: darkblue;
	font-family: Arial, Verdana;
	text-decoration: none;
}

a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	color: darkblue;
	text-decoration: underline;
}

a.item
{
	color: #000000;
}

a.menu
{
	color: White;
	font-weight: bold;
}

a.menu:hover
{
	color: lightblue;
	text-decoration: underline;
}

a.normal
{
	text-decoration: underline;
}

a.normal: hover
{
	text-decoration: underline;
}

h1, h2 {
  padding: 0;
  margin: 0 0 0 0;
  color: darkblue;
  font-family: Arial;
  font-weight: bold;
  font-size: 14pt;
}

h3 {
  padding: 0;
  margin: 0 0 0 0;
  color: black;
  font-family: Arial;
  font-weight: bold;
  font-size: 13pt;
}

input.field, select
{
	font-family: Arial;
	border-right: darkblue 1px solid;
	border-top: darkblue 1px solid;
	border-left: darkblue 1px solid;
	border-bottom: darkblue 1px solid;
}

input.noborder
{
	font-family: Arial;
}

input.button
{
	border-right: darkblue 2px solid;
	border-top: darkblue 2px solid;
	font-weight: bold;
	border-left: darkblue 2px solid;
	cursor: hand;
	color: darkblue;
	border-bottom: darkblue 2px solid;
	font-family: Arial;
	background-color: aliceblue;
}

.error
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	color: red;
}

.info
{
	font-weight: normal;
	font-size: 9pt;
	color: gray;
}



