@charset "UTF-8";
/* CSS Document: one column page layout */

.one_column_text {
	width:720px;
	background-color:#fff;
	padding: 0 20px 0 20px;
	float:left;
}

.one_column_text p {
	font-size: 135%;
	line-height:150%;
	color:#6E7274;
	margin:0 0 1em 0; 
	}
	
	.one_column_text h2 {
	font-size: 170%;
	line-height:150%;
	color:#101767;
	margin:0; 
	}
	
	.one_column_text dt {
	font-size: 150%;
	line-height:150%;
	color:#6E7274;
	margin:0em;
	padding:0em;
	}
	
	.one_column_text dd {
	font-size: 135%;
	line-height:150%;
	margin:0em; 
	padding:0em;
	}
	
	.noline {
		border-bottom:none;
	}
	
	.one_column_text dl {
		border-bottom:none;
	}


