  
	/* basic elements */
  html {
  	margin: 0px;
  	padding: 0px;
  	}
  body { 
  	font: 9pt/17pt verdana; 
  	color: #60513A; 
  	background: #ffffff url("images/bg.gif") repeat-x;
  	margin: 0px; 
  	padding: 0px;
  	}
  p,li,td { 
  	font: 9pt/17pt verdana; 
  	margin-top: 0px; 
  	}
  a:link { 
  	font-weight: normal; 
  	text-decoration: none; 
  	color: #5987BF;
  	}
  a:visited { 
  	font-weight: normal; 
  	text-decoration: none; 
  	color: #5987BF;
  	}
  a:hover, a:active { 
  	text-decoration: underline; 
  	color: #60513A;
  	}

  #text_table {
  background: #ffffff url("images/bg_table.gif") repeat-x; 
  } 
  
  #small_text {
    font: 7pt/10pt verdana; 
  }
 