@import url("_normalize.css");
html, body { background-color:#ffffff;
	color:#000;
}
.editablePage b, .editablePage strong{
	font-weight: bold !important;
}
.editablePage i, .editablepage em{
	font-style: italic !important;
}

.wysiwygdata {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 100%;
	height: auto;
	color: #000;
	font-size: 1em;
	font-family: 'Trajan Pro';
}
.editablePage{
	width: 100%;
	height:100%;
	font-size: 1em;
	overflow: hidden;
} 

.editablePage h1,.editablePage h2,.editablePage h3,.editablePage h4,.editablePage h5,.editablePage h6,.editablePage p {

   font-weight: inherit;
}
.editablePage p{
	margin:.5em 0;
}
.editablePage h1 { font-size: 1.6em; line-height: 1.6; font-weight: 500;}
.editablePage h2 { font-size: 1.5em; line-height: 1.5; font-weight: 500;}
.editablePage h3 { font-size: 1.4em; line-height: 1.4; font-weight: 500;}

.editablePage table *{
	/*border:solid red 1px;*/
	font-size: inherit;
	font-weight: inherit;
}
.editablePage table{
	font-weight: inherit;
	margin:0 auto;
	font-size:inherit;
}
p {
	font-family: 'Myriad Pro', sans-serif;
	font-weight: bold !important;
}

p>img	{
	margin: auto;
}


