body
{
	background-color: #ffffff;
	color: #000000;
/*	border:solid thin silver;*/
}


.sidebar 
{
	background-color: #eeeeee;
  	float: right;
  	border: solid thin silver;
	border-style: groove;
	padding: 0.5em;
}

.mainbody {
	margin: 0em;
	padding: 1em;
	border: solid thin silver;
	border-style: groove;
}

h1 
{
  	color: #000099;
	background-color: #eeeeee;
	text-align: center;
	border: solid thin silver;
	border-style: groove;
}


h2, h3
{
	color: #000000;
}

strong
{
	color: #000099;
}

dt
{
	color: #000000;
	font-weight: 600;
}

a:link, a:visited, a:active
{
	color: #000099;
	text-decoration: none;
	font-weight: 600;
}

a:hover
{
  color: #6666ff;
  font-weight: 600;
}

div.copyright
{
	font-style: italic;
	font-size: 10pt;
	font-weight: 400;
	float: left;
}

div.logos
{
	padding: 1em;
	text-align: center;
}

div.validators
{
	float: right;
}

div.divider
{
	color: #333366;
}

img
{
  border: 0;
}