@CHARSET "ISO-8859-1";
p {
	font-size: 12px;
	line-height: 1.6;
	padding: 5px;
	text-align: justify;
	float: left;
}
.col-left{width: 45%; float: left;}
.col-right{width: 45%; float: right; margin-right: 30px;}
.boxAux{width: 100%; float: left; clear: both; border-top: 2px dashed #699ab8; padding-top: 20px;}

.title {width: 100%; font-family: Tahoma, Verdana;
	position: relative; float:right;}
.title h1{	
	color: #1a6071;
	font-size: 40px;
	padding-left: 80px;	
	width: 360px;
	float: left;
	clear: left;
}
.title h2{	
	color: #fff;
	font-size: 22px;
	background-color: #699AB8;
	width: 365px;
	padding: 5px 0px 5px 80px;
	float: left;
	clear: left;
	
}
.box1{font-family: Tahoma, Verdana;
	float: right;
	width: 320px;
	height: 120px;	
	margin-top: -50px;
	font-size: 12px;
}
.box1 span{
	color: #1a6071;	
	font-size: 12px;
	line-height: 1.6;
	padding: 5px;
	text-align: justify;
}
.clear-C {width: 100%; height: 100px; clear: both;}
.clear-XX {width: 100%; height: 20px; clear: both;}
.contentBox {	
	padding: 5px 0px 5px 80px;
	float: left;
	font-family: Tahoma, Verdana;
}
.contentBox h3{	
	color: #1a6071;
	font-size: 20px;
	float: left;
	clear: both;
}
.contentBox h4{	
	color: #6397B9;
	font-size: 18px;
	float: left;
	clear: both;
	margin: 10px 0;
}

.contentBox h5{	
	color: #1a6071;
	font-size: 16px;
	float: left;
	clear: both;
	margin: 15px 0;
}

.contentBox h6{	
	color: #1a6071;
	font-size: 14px;
	float: left;
	clear: both;
	margin: 15px 0;
}

.contentBox ul, ol{	
	font-family: Tahoma, Verdana;
	float: left;
	clear: both;
	font-size: 14px;
	list-style: inside; 
}
.contentBox ol{	
	list-style-type: decimal;
}

.contentBox p{	
	font-family: Tahoma, Verdana;
	float: left;
	clear: both;
	font-size: 14px;
}