	
	body {
		text-align:center;
		background:#FFFFFFF;
		}
	
	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		border:solid 0px;
		background:#fff;
		background color:white;
		}
		
	#contentcenter {
		width:650px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentright {
  		display:none;
		}
	
	#contentheader {
		display:none;
		}
		
	h1 {
		font-size:1em;
		font-weight: bold;
		color:#666666;
		}
	img {
		border:0;
		}
	
	table  {
		font-family:arial,helvetica,sans-serif;
		font-size:0.75em;
		}
	TD.border  { 
		border: 1px solid #CFEDAD;
		}

	TD.border1  { 
		border: 1px solid #B6EDAD;
		}
	a:link, a:visited, a:active {
  		font-family:arial,helvetica,sans-serif;
		font-size:1em;
		color:#009933;
  		text-decoration:none;
		}