@media all{

/*____________*/
.text  {
	font-size:1.2em;
}
.text  p, .text  table, .text ol, .text ul{
	margin-bottom:19px;
}

.text  .h1{
	display:block;
	width:100%;
	height:auto;	
	font-size:2em;
	color:#1f1f1f;
	padding:14px 0 8px 0px;		
}

.text  h1, .text  h2, .text  h3, .text  h4, .text  h5, .text  h6{
	margin-top:14px;
	margin-bottom:8px;
	font-weight:normal;
	color:#1f1f1f;
}

.text  h1{font-size:2em;}
.text  h2{font-size:1.5em;}
.text  h3{font-size:1.1667em;}
.text  h4, .text  h5, .text  h6{font-size:1em;}

.text  ul, .text  ol{	
	margin-left:44px;
	margin-top:15px;
	margin-bottom:17px;
	list-style-position:outside;	
}

.text  ul li:before{
	content:"―";
	color:#007aad;
	margin:0 5px 0 -1.5em;	
}
.text  ol{
	list-style: decimal outside;	
}

.text  table{}
.text  td{}
.text  th{}

}

