body { padding: 0;
margin: 0;
background-color: #D4E1EA;
}


p {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.hello {
	
	font-size: 10px;
font-family: Verdana;
	
}

A.:link{ 
    color: #333333; 
	font-family: Verdana; 
	font-size:10px; 
	text-decoration: none;
}

A.:visited{  
    color: #333333; 
	font-family: Verdana; 
	font-size:10px; 
	text-decoration: none;
}

A.:active{  
    color: #333333; 
	font-family:Verdana; 
	font-size: 10px; 
	text-decoration: none;
}

A.:hover {  
    color: #000000; 
	font-family:Verdana; 
	font-size:10px;
	text-decoration: underline;
}






.textbox { 
    font-family:"Verdana", "Helvetica", "Sans-Serif"; 
	font-size: 7pt; 
	background-color:#e1e1e1;
    border: 1px solid #666666;
} 
.button {
	font-family: "Verdana", "Helvetica", "Sans-Serif"; 
	font-size: 8pt; 
	font-style: normal; 
	border:1 solid black; 
	border-color: #666666;
background-color:#e1e1e1;
}
.menu {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */

  }
* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 0px;         /* fix bug in IE for border spacing */
  }  
.menu li {
  display:table-cell;    /* ignored by IE */
  }
* html .menu li {
  display:inline;        /* for IE only */
  }
.menu a, .menu a:visited {
  display:block;         /* for all browsers except IE */
  padding:4px 10px;
  color:#000; 
  background:#d4d4d4; 
  border-right:1px solid #fff; /* add a 1px white border around items */ 
  text-decoration:none;
  }
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu a:hover {
  color:#fff; 
  background:#666;
 text-decoration:none;
  }

.footer {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
padding: 5px;
}

.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}
