body  {
  margin-top:0px;
  margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	background-color:rgb(34,83,120);
	color:rgb(243,255,226);
}

div {
 position:absolute;
}

div.main  {
  width:30%;
  top:30%;
  left:30%;
}


div.logo  {
  top:5px;
  right:5px;
}

div.footer  {
  padding-top:2px;
  padding-bottom:2px;
	padding-right:5px;
	padding-left:5px;
  
  left:0px;
  bottom:0px;
  height:10px;
  width:100%;
	background-color:rgb(243,255,226);

}

a  {
	font-family:verdana, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:rgb(255,138,0);
	text-decoration:none;
}


a.footer  {
	font-family:verdana, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:rgb(34,83,120);
	text-decoration:none;
}

h1	{
	font-family:Verdana, sans-serif;
	font-size:10pt;
	font-weight:bold;
	word-spacing:2px;
	margin-bottom:0px;
	margin-top:0px;
	color:rgb(255,138,0);
}

h2	{
	font-family:Verdana, sans-serif;
	font-size:8pt;
	font-weight:bold;
	word-spacing:2px;
	margin-bottom:0px;
	margin-top:0px;
	color:rgb(255,138,0);
}

p	{
	font-family: Verdana, sans-serif;
	font-size:8pt;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:4px;
	text-align:left;
}

b {
	font-weight:normal;
	color:rgb(255,138,0);
}

img  {
  border: 0;
}

