/* CSS Document */
body, button, input, textarea {
  font: 14px 'HelveticaNeueW01-55Roma', Arial, Verdana, sans-serif;
  color:#606060;
} 


/*==================text================*/
p{
	margin-bottom:10px;
}
#news p{
	margin-bottom:10px;
	font-size:14px;
}
h1, #editorbody h1{
	font-family:'HelveticaNeueW01-77BdCn 692722';
 color:#909090;
 font-size:30px;
 margin-bottom:20px;
}
h2, #editorbody h2{
	font-family:'HelveticaNeueW01-77BdCn 692722';
	color:#7d223c;
	 margin-bottom:20px;
}
h3, #editorbody h3{
	font-family:'HelveticaNeueW01-77BdCn 692722';
	color:#7d223c;
	margin-bottom:10px;
	font-size:18px;
}
h4, #editorbody h4{
	font-family:'HelveticaNeueW01-77BdCn 692722';
	font-size:16px;
	color:#606060;
	 margin-bottom:10px;
}
h5, #editorbody h5{
	font-family:'HelveticaNeueW01-77BdCn 692722';
	font-size:14px;
	color:#606060;
	background:#C9C9C9;
	padding:0 10px;
	display:inline-block;
	
}
#editorbody h5{
	margin:5px 0 5px 0;
}
#editorbody p{
	margin:0 0 10px 0;
}

em, i{
	font-style: italic;
}
strong, b, #editorbody strong, #editorbody b{
	font-family:'HelveticaNeueW01-75Bold';
	font-weight:normal;
}
a, #editorbody a{
	text-decoration: none;
	color:#7d223c;
}
a:hover{ color:#606060;}
a:active, a:focus{
    outline:none;
}

#editorbody{ font: 14px 'HelveticaNeueW01-55Roma', Arial, Verdana, sans-serif;}
.text ul, article ul, #editorbody ul{  margin:0 0 10px 10px; list-style:none; padding:0;}
.text ul li,article ul li, #editorbody ul li{ padding-left:15px; background:url(../images/bullet-l1.gif) 4px 8px no-repeat; list-style:none;margin:0 0 5px 0;}
.text ul ul li,article ul li li, #editorbody ul li li{ padding-left:20px; background:url(../images/bullet-l2.gif) 8px 8px no-repeat; list-style:none;margin:0 0 5px 0;}
hr, #editorbody hr{ height:1px; border:none; display:block; width:auto; background:#ddd; margin:20px 0; clear:both;}

.form input { height:28px; width:298px; border:1px solid #ddd;}
.form label {}
.note { font-size:12px;color:#bebebe; }

.float-left{ float:left; margin:5px 5px 5px 0;}
.float-right{ float:right; margin:5px 0 5px 5px;}

ol, #editorbody ol { margin-left:0px;}
ol li, #editorbody ol li { list-style:decimal; margin:0 0 5px 0;}
ol ol li, #editorbody ol ol li { list-style:lower-latin; margin:0 0 5px 0;}

a.button, #editorbody a.button{color:#e17b7b; background:#7d223c; height:30px; line-height:30px; text-align:center; display:inline; display:inline-block; font-size:14px;font-family:'HelveticaNeueW01-77BdCn 692722'; border:none; text-transform:uppercase; border-radius:4px; -moz-border-radius:4px;  -webkit-border-radius:4px; cursor:pointer; margin-right:20px; padding:0 10px;}
a.button:hover , #editorbody a.button:hover{color:#d4d4d4; background:#909090; cursor:pointer;}
