html {
	height:100%;		
}

body {
	margin:0;
	padding:0px;	
	font:13px Arial, Helvetica, Tahoma, sans-serif;
	padding:5px;
}
pre { text-align:left; }
/* ***************************************************************** */

p, h1, h2, h3, h4, h5, h6, form, dl, ul {margin:0;display:block;padding:0px;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
small {display:block;}
fieldset, img {border:0;}
input {color:#333333;}
table { padding:0; margin:0; border-collapse:collapse; }
a { text-decoration:underline; }
a:hover { text-decoration:none; }
.posRel { position:relative; }
.clear { clear:both; height:0; font-size:1px; line-height:1px; }	
.wf { width:100%; }
.whf { width:100%; height:100%; }
.fl { float:left; }
.fr { float:right; }
.tac { text-align:center!important; }
.tal { text-align:left!important; }
.tar { text-align:right!important; }
.ov { overflow:hidden; }
.vaTop { vertical-align:top; }
.print-only { display:none; }
li { list-style-type: none; }
.spacer {width:1px;height:1px;}

h1 {
	font-size:24px;
	font-weight:normal;
}

h2 {
	font-size:20px;
	font-weight:normal;	
}

h3 {
	font-size:18px;
	font-weight:normal;	
}

h4 {
	font-size:16px;
	font-weight:bold;	
}

h5 {
	font-size:14px;
	font-weight:bold;	
}

/* ***************************************************************** */

.editor {	
	line-height:130%;		
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
	line-height:130%;		
}

.editor li,
.editor p {
	line-height:138%;		
}
.editor h1 {	
	margin-bottom:10px;
}
.editor h3 {
	margin-bottom:7px;	
}

.editor ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-top:10px;
}
.editor ul li {	
	padding:5px 0 5px 25px;
	margin:0;	
	background:url('../image/editor/ul-li.gif') 8px 10px no-repeat;
}
.editor ol li {
	padding-left:0px;
	background-image: none;
}

.editor span.style1 {
	line-height: 130%;
	font-size: 30px; 
	color: rgb(200, 53, 139);
	font-weight: bold;
	text-transform: uppercase;
}
.editor span.style2 {
	line-height: 130%;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

/* ***************************************************************** */