/******* Headings  *******/
.editor h1 
{
  font-weight:normal; 
  font-size:18px;
  text-transform:uppercase;	
  margin-top:20px;
  margin-bottom:15px;
  padding:0;
} 

.editor h2 
{
  font-weight:normal;
  font-size:15px;
  text-transform:uppercase;
  margin:0px;
  margin-top:15px;
  margin-bottom:10px;
  padding:0px;	
}

.editor h3 
{
  font-weight:normal;   
  color:#9E9D9E;
  text-transform:uppercase;
  font-size:14px;
  margin-top:20px;
  margin-bottom:10px;
  padding:0px;		
}

.editor h4 
{
	
}

/******* Paragrafs  *******/
.editor p 
{
	font-size:13px;
  font-weight:normal;   
  margin:0px;
  padding:0px;
  margin-top:8px;
	line-height:18px;
  margin-bottom:10px;
 /* color:Yellow;*/
}

.editor img.floatl 
{
  clear:both;
  float:left;
  margin-top:15px;
  margin-right:15px;
  margin-bottom:15px; 
}

.editor img.floatr 
{
  clear:both;
  float:right;
  margin-top:15px;
  margin-left:15px;
  margin-bottom:15px; 
}

.editor img.titles 
{
  margin-top:15px;
}

.editor img.images 
{
  margin-top:15px;
  margin-bottom:15px;
}

.editor a, .editor a:visited
{
	color:#EA1B23;
	text-decoration:underline;
	cursor:pointer;
}

.editor a:hover
{
  color:#EA1B23;
  text-decoration:none;
  cursor:pointer;
}

.editor ul
{
  clear:both;
  margin-top:15px;
  margin-left:15px;
  margin-bottom:10px;
  padding:0;
}

.editor ul li 
{
	margin-left:0px;
	padding:0;
	margin:0;
	}

.editor ol 
{
  clear:both;
  margin-top:15px;
  margin-left:10px;
  margin-bottom:0px;
}

.editor ol li 
{
	list-style-type:inherit;
  color:#B9B8B8;
	padding:0;
	margin:0;
	margin-left:10px;
}

.editor table.frameFloatLeft 
{
  clear:both;
  float:left;
}

.editor table.frameFloatRight 
{
  clear:both;
  float:right;
}

.editor table.frameNormal 
{
	clear:both;
}

.editor table.nothing
{
	width:100%;
	padding:0px;
	margin:0px;	
}

.editor tr.nothing
{
	padding:0px;
	margin:0px;		
}
	
.editor td.nothing, th.nothing
{
  color:#222;
	margin:0px;
	padding:5px;
}

.editor table
{
	width:100%;
	margin:0px;
	border:0;
	margin-bottom:30px;
	margin-top:10px;
	text-align:left;
}

.editor tr 
{
	margin:0px;		
	height:30px;	
	color:#B9B8B8;
}

.editor th 
{
  font-weight:bold;   
  color:#000;
	margin:0px;
	background:#B9B8B8;
	padding:8px;
}


.editor td.yellow
{
  font-weight:normal;   
	margin:0px;
	background:yellow;
}

	
.editor td 
{
  font-weight:normal;   
	margin:0px;
	/*background:#D4D4D4;*/
	border-bottom: 1px dashed #B9B8B8;
	padding:8px;
}

.editor td .lightgrey 
{
  font-weight:normal;   
	margin:0px;
	background:#E3E3E3;
	border:dashed 1px #B9B8B8;
}
		
.editor img
{
	border: 0;
}
