P {
	font-size: 1em;
	padding: 5px;
}

span {
	font-size: 1em;
}

textarea, input {
	font-size: 1em;
}

.contentheading, .componentheading {
	font-weight: bold;
	/*padding: 5px;*/
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

h6 {
	font-size: .9em;
	font-weight: bold;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
	font-size: 1em;
}

a:hover {
	color: #AB274F;
	text-decoration: none;
}

.contentpaneopen {
	width: 100%;
}

.error {
  position: relative;
  left: 22px;
  font-weight: bold;
  color: #EC1D2D;
  line-height: 110%;
  width: 200px;
  margin: 0 auto;
}
