.editor p, .editor div, .editor a, .editor li, .editor td, .editor th, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 { margin:0px; padding:0px; color:#58595b; font-size: 15px; font-weight: 300; word-wrap: break-word; white-space: normal; }

.editor ul, .editor ol { margin: 0; }

.editor ul {
	padding-top: 7px;
	padding-left: 0;
	padding-bottom: 7px;
}

.editor ol { padding-left: 25px; }

.editor, .editor p, .editor li { line-height: 26px; }

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited { color:#006eba; font-size: inherit; text-decoration: underline; }

.editor a:hover { color:#006eba; }

.editor table.table-border, .editor table.table-border td, .editor table.table-border th { 
	border-collapse: collapse; 
	border: 1px solid #000000;
}

.editor td, .editor th { padding:3px; }

hr { border:none; height:1px; background-color:#e6e7e8; color:#e6e7e8; margin-top: 13px; margin-bottom: 13px;}

.editor table.table-center{margin:0 auto;}

.editor .underline, .editor .underline * { text-decoration:underline; }

.editor table, .editor img { max-width: 100%; height: auto; }

.editor:after {
	clear: both;
    display: block;
    content: " ";
}

.editor .table-responsive-wrapper {}

.editor .table-responsive-wrapper .table-responsive {}

.editor .download-link {
	background: url('img/download-icon.png') no-repeat 2px 7px;
	min-height: 26px;
	display: block;
	color: #58595b;
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
	text-decoration: underline;
	padding-left: 40px;
}

.editor ul li {
	background: url('img/bullet-point.png') no-repeat left 10px;
	list-style-type: none;
	padding-left: 20px;
}

.uss{
	font-family: verdana, geneva, sans-serif;	
	color: #58595b;
}
.uss p{
	padding:0 0 12px 0;
	text-align: justify;
	color: #58595b;
}
.uss h2{
	padding:0 0 12px 0;
	font-size:15px;
	font-weight:bold;
	color: #c54e02;
}
.uss i, .uss em{
	font-size:15px;
	 font-style: italic; 
	color: #58595b;
}
.uss u{
	font-size:15px;
	text-decoration: underline;
	color: #58595b;
}
.uss a:hover{
	text-decoration:none
}

