  body {

    margin: 0px;
  }
  
  img {
  
  	border: 0px solid black;
  
  }
 
   
  a, a:link, a:visited {
 
  	color: black;
  	text-decoration: none;
 
  }
  
  a:hover {
  
  	color: #AAAAAA;
 	text-decoration: none;
 	 	
  }
  

  .admin_rightcolumn {
  
  	width: 15%;
  
  }

  .admin_centercolumn {
  
  	width: 70%;
  	vertical-align: top;
  
  }
  
  .admin_leftcolumn {
  
  	width: 15%;
  
  }
  
  .admin_table {
  
  	background-color: #e0e0d6;
  	border: 0px;
  	margin: 0px;
  	padding: 0px;
  
  }
  
  .admin_table_title {
  
  	font-size: 14pt;
  	font-style: italic;
  	background-color: #d0d0c6;
  
  }

  .admin_table_linetitle {
  
  	font-size: 12pt;
  	text-align: right;
  
  }

  .admin_table_coltitle {
  
  	font-size: 12pt;
  	text-align: left;
  	background-color: #d0d0c6;
  
  }

  .admin_table_linetext {
  
  	font-family: "Palatino Linotype", serif;
  	font-size: 12pt;
  	text-align: left;
 
  }

  .admin_table_buttonline {
  	
  	font-family: "Palatino Linotype", serif;
  	font-size: 12pt;
  	text-align: center;
  	background-color: #d0d0c6;
 
  }

 