/**
 *  EDITOR SPECIFIC
 */

#cmsContentEditorBody {
  text-align: left;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
}



/**
 *  ELEMENTS (editor & webpage)
 */

* {
	margin: 0;
  padding: 0;
}

a img {
  border: none;
}

a {
  color: #B50000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#content ul, #cmsContentEditorBody ul {
  margin-left: 7px;
}
#content ul li, #cmsContentEditorBody ul li {
  margin-left: 10px;
	list-style-type: square;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

h1 {
	margin: 5px 0 8px;
	color: #4C4C4C;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	margin: 8px 0 8px;
	color: #4C4C4C;
	font-size: 19px;
	font-weight: bold;
}
h3 {
	margin: 8px 0 8px;
	color: #4C4C4C;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
  padding: 3px 7px 4px 0;
  text-align: right;
  background-color: #EAEAEA;
  color: #4C4C4C;
  font-weight: bold;
  text-transform: uppercase;
}
h5 {
	color: #B50000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 15px;
  font-style: italic;
}
