.text img {
	max-width:613px!important;
	height: auto!important;
}
.text ul {
	clear: both;
	margin-bottom: 20px;
	margin-left: 7px;
	list-style-type: square;
}
.text ul ul {
	margin-top: 15px;
	margin-left: 20px;
}
.text ol {
	clear: both;
	margin-bottom: 20px;
	margin-left: 20px;
	}
.text ul li {
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	list-style-type: none;
}
.text ul ul li {
	background-image: none;
	padding-left: 0px;
	list-style-type: square;
}
.text li+li {
	margin-top: 5px;
}
.text p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
}
.text table {
	margin-bottom: 20px;
	background-color: #fff;
	border-collapse: collapse;	
}
.text table td {
	padding: 4px;
	border: 1px solid #dddddd;
	font-size: 15px;
	line-height: 18px;
}
.text table th {
	padding: 4px;
	border: 1px solid #dddddd;
	font-size: 15px;
	line-height: 18px;
	background-color: #dff1f9;
	color: #5d7484;
}
.text blockquote {
	margin-bottom: 20px;
	color: #fff;
	background-color: #30A2D9;
	padding: 10px;
}
.text blockquote p {margin-bottom: 0px;}
