body, td, th, div, a, span, p {
	color: #354550;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
a, a:link, a:active, a:visited {
	color: #005b9a;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* editor */
h1, h2 {
	color: #005b9a;
	display: block;
}
h1 {
	font-size: 24px;
	padding: 0 0 16px 0;
}
h2 {
	padding: 5px 0 8px 0;
}
h2 a {
	padding: 0 0 2px 0;
	position: relative;
	border-bottom: 2px solid #005b9a;
	text-decoration: none !important;
}
h2 a:hover {
	border-bottom: 0;
}
h2, h2 a {
	font-size: 18px;
}
.editor {	
	padding: 0 80px 0 0;	
}
.editor p,
.editor p a,
.editor p * {
	line-height: 140%;
}
.editor p {
    padding: 0 0 27px 0;
}
.editor h2, .editor h3 {
	padding-bottom:27px;
}
.editor ul {
	
}
.editor ul li {
	padding: 0 0 12px 25px;
	background: url('../../assets/image/editor-li.gif') left 5px no-repeat;
}

.editor ul {
	margin-bottom:15px;
}

.editor .image {
	position: relative;
}
.editor .image.left {
	float: left;
	margin: 0 15px 30px 0;
}
.editor .image.right {
	float: right;
	margin: 0 0px 30px 15px;
}
.editor .image #image-lt {
	top: 0;
	left: 0;
	background-position: -118px 0;
}
.editor .image #image-rt {
	top: 0;
	right: 0;
	background-position: -157px 0;
}
.editor .image #image-lb {
	left: 0;
	bottom: 0;
	background-position: -118px -34px;
}
.editor .image #image-rb {
	right: 0;
	bottom: 0;
	background-position: -157px -34px;
}
.editor .image .image-corner {
	width: 39px;
	height: 34px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url('../../assets/image/nb.png');
}
.editor .type-left {
	width: 48%;
	float: left;
}
.editor .type-right {
	width: 48%;
	float: right;
}
.editor .left-image {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
.editor .right-image {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}
/* editor */
