	body {
		font-family: Georgia, "CG Times", Century, "Times New Roman"; 
		font-size: 12px;
		text-align:center;
		}
	
	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width:175px;
		padding:5px;
		float:left;
		background:#fff;
		}
	
	#contentcenter {
		width:485px;
		padding:5px;		
		float:left;
		border-left: 1px #000000 dashed;
		}
	
	#contentright {
		width:106px;
		float:left;
		background:#fff;
		}
	
	#contentheader {
		background:#fff
		}

		
	p,h1,h2,pre {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;		
		}
		
	#contentheader h1 {
		font-size:20px;
		color: #1849B5;
		text-align: right;
	}		
		
	#contentcenter h1 {
	    margin-top: 20px;
		font-size:16px;
		color: #BE0000;
	}							
	
	#contentcenter h2 {
	    margin-top: 20px;	
		font-size:16px;
		color: #BE0000;		
	}	
	
	#contentcenter h3 {
		font-size: 12px;
		font-weight: normal;
		padding:5px;		
		}
		
a:link,a:visited {
	color: #1849B5;
	text-decoration: underline;
}

a:active,a:hover {
	text-decoration: none;
	color: #1849B5;
}	

.tS,.tS:link,.tS:visited,.tS:active,.tS:link:hover {
	text-decoration: none;
	cursor: default;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	display: none;
}