/*///CSS  BODY/////*/


body{
  margin:0px;
  background:#5F8594;
  }

a{
	 color:#275274;
	 text-decoration:none;
	 font:11px Arial;
	 font-weight:bold;
 }
 
a:hover{
	 color:#8A0000;
	 font:11px Arial;
	 font-weight:bold;
  }
.input{
background:#FFFFFF;
 font:11px Arial;
 color:#000000;
border:#999999 1px solid;
}