

.editorBody {
    overflow-y:scroll;
	font-family:Rokkitt;
	font-size:15px;
	color:#6b5135;
    line-height:1.3;
    }

img {
	border:0px;
}

body * {
	font-family:Rokkitt;
    font-size:15px;
    color:#6b5135;
    /*text-shadow:#ffffff 1px 1px 0;*/
    line-height:1.3;
    }


h1 {
	font-family:Rokkitt;
	font-size:22px;
	color:#2e2920;
    /*text-shadow:#ffffff 1px 1px 0;*/
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
}
h2 {
	font-family:Rokkitt;
	font-size:14px;
	color:#244a0f;
    text-shadow:#ffffff 1px 1px 0;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
}

a {
	color:#1e190c;
    /*text-shadow:#ffffff 1px 1px 0;*/
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

hr {
	border:none;
    border-top:1px solid #cccccc;
    border-bottom:1px solid #transparent;
	height:0px;
    overflow:hidden;
}

    
p { margin:0px; }




input, select, textarea {
	font-family:Rokkitt;
	font-size:12px;
    color:#636363;
    text-shadow:transparent 1px 1px 0;
	border-left:1px solid #ACA899;
	border-top:1px solid #ACA899;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:#ffffff;
}
input[type='checkbox'], input[type='radio'] {
	position:relative;
    top:2px;
    background-color:transparent;
    border:none;
    }
form {
	margin:0px;
}
