@charset "utf-8";
/* CMS Editor */

/* .editor ----------------------------------*/

.editor{
	font-size:87.5%;
	line-height:1.5em;
	overflow:hidden;
}
.editor h1,
.editor h2,
.editor h3{
	clear:both;
	margin:0.5em 0 0.5em 0;
	font-size:112.5%;
	font-weight:bold;
	line-height:1.3em;
}
.editor h4{
	clear:both;
	margin:0.5em 0 0.5em 0;
	font-weight:bold;
	font-size:105%;
	line-height:1.3em;
}
.editor h5{
	clear:both;
	margin:0.5em 0 0.5em 0;
	font-weight:bold;
	font-size:95%;
	line-height:1.3em;
}
.editor h6{
	clear:both;
	margin:0.5em 0 0.5em 0;
	font-weight:bold;
	font-size:87.5%;
	line-height:1.3em;
}
.editor p,
.editor ol,
.editor ul{
	margin:0 0 0.5em 0;
}
/*IE7*/
.editor ol,
.editor ul{
	/margin-left:5px;
}

.editor td p,
.editor td ol,
.editor td ul{
	margin-bottom:0;
}
.editor strong{
	font-weight:bold;
}
.editor em{
	font-style:italic;
}
.editor ol{
	list-style-type:decimal;
	padding-left:1.5em;
}
.editor ul{
	list-style-type:disc;
	padding-left:1.5em;
}
.editor li{
	margin-bottom:0.3em;
	line-height:1.3em;
}
.editor a{
	color:#11148D;
	text-decoration:none;
}
.editor a:hover{
	text-decoration: underline;
}
.editor .clear{
	clear:both;
}
.editor table{
	margin:0.5em 0 1em;
}
.editor table,
.editor th,
.editor td{
	border:1px solid #979797;
}
.editor th,
.editor td{
	padding:0.5em;
}
.editor th{
	background-color:#EFEFEF
}
table table th{
	width:auto;
	font-weight:normal;
	text-align:left;
}

.editor .image{
	display:inline;
	float:left;
	margin-bottom:12px;
}
.editor .image p,
.editor .image-left p,
.editor .image-right p,
.editor .image-center p{
	margin:0 5px;
	font-size:85%;
	line-height:1.5em;
}
.editor .image-left{
	display:inline;
	float:left;
}
.editor .image-left p{
	margin-right:1em;
}
.editor .image-right{
	display:inline;
	float:right;
}
.editor .image-right p{
	margin-left:1em;
}
.editor .image-center{
	text-align:center;
}
.editor img{
	border:0px solid #D0D0D0;
}