	body {
		text-align:center;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		line-height: 18px;
		color: #000;
		background-color: #fff
		}
	
	#frame {
		width:655px;
		margin-right:auto;
		margin-left:auto;
		margin-top:40px;
		padding:0px;
		text-align:left;
		}
		

	#contentcenter {
		width:500px;
		margin-top:3px;
		float:left;
		background:#fff;
		border-top: 1px;
		border-right: 1px;
		border-left: 0px;
		border-bottom: 0px;
		border-color:#000;
		border-style:solid;
		}
	
	#contentright {
		text-align:left;
		width:150px;
		padding:0px;
		margin-top:3px;
		float:left;
		background:#fff;
		border-top: 1px;
		border-right: 0px;
		border-left: 0px;
		border-bottom: 0px;
		border-color:#000;
		border-style:solid;
		}
	
	#contentheader {
		background:#fff
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}

	a:link,a:visited {  
		color: #e56701; 
		text-decoration: none;
		font-weight:bold;
		}

	a:link:hover {
		text-decoration: underline;
		}
	
