/* CSS Document */


br[type=_moz]{
	display:none !important;	
}

.ctn{
	font-family: Arial, Helvetica, sans-serif;
	color:#636363;
	font-size:16px;
	line-height:22px;
}

.ctn p{
	margin-bottom:20px;
}

.ctn a:link,
.ctn a:visited{
	color:#000;
	text-decoration:underline;
}

.ctn a:hover,
.ctn a:active{
	text-decoration:none;
}

.ctn ul{
	margin-bottom:20px;
}

.ctn li{
	list-style:inside circle;
	margin-bottom:10px;	
}



/*
.ctn b,
.ctn strong{
	font-family:'Lato-Bold',Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
}

.ctn i,
.ctn em{
	font-family:'Lato-Italic',Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
}

.ctn i b,
.ctn b i,
.ctn em b,
.ctn eb em,
.ctn i strong,
.ctn strong i,
.ctn em strong,
.ctn strong em{
	font-family:'Lato-BoldItalic',Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
}

.ctn p{
	margin-bottom:22px;
}

.ctn img{
	display:block;
	width:100% !important;
	height:auto !important;
	margin-bottom:22px;	
}



.ctn iframe{
	
	width: 100%; 
    
}

.ctn .embeddedContent{
	margin-bottom:22px;	
	width: 100%; 
    height:0;
  	padding-bottom: 56.25%;
	position:relative;
	background:#F00;
}

.ctn .embeddedContent iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	
}




.ctn h1{
	font-family:'Oswald-Regular',Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:30px;
	margin-bottom:25px;
	color:#0f5094;
	font-style:normal;
	font-weight:normal;
}

.ctn h2{
	font-family:'Oswald-Regular',Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:28px;
	margin-bottom:22px;
	color:#0f5094;
	font-style:normal;
	font-weight:normal;
}

.ctn h3{
	font-family:'Oswald-Regular',Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:28px;
	margin-bottom:22px;
	font-style:normal;
	font-weight:normal;
}

.ctn ul{
	margin-bottom:22px;
}

.ctn ul ul{
	padding-left:20px;
}

.ctn ul li{
	list-style:inside circle;	
}


*/