@charset "utf-8";
/* CSS Document */

body  {
	font: 100%: "Tahoma, Verdana, Helvetica, sans-serif";
	background:#EEF3E2;
	font-size: 10px;
	line-height: 24px;
	margin: 10px; 
	cell padding: 5px;
	text-align: center; 
    color: #000000;
}
 
 table
 {
    
 }
 
 td
  {
  text-align:left;
  vertical-align:top;
  padding:0;
  }
  
  td.sidebar
  {
  	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DDDDDD; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}