
/* Standard styles */
#maintext em {
  font-style: italic;
}

#maintext strong {
	font-weight: bold;
}

/* Indent uses this */
#maintext blockquote {
	margin-left: 20px;
}

/* Align text properly */
#maintext *[align="center"] {
  text-align: center;
}

#maintext *[align="left"] {
  text-align: left;
}

#maintext *[align="right"] {
  text-align: right;
}

/* float images */
#maintext img[align="left"] {
	float: left;
}

#maintext img[align="right"] {
	float: right;
}

#maintext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: black;
	text-decoration: none;
	text-align: justify;
	margin: 4px 0 2px 0;
}

#maintext h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #ED1C29;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	margin: 4px 0 2px 0;
}

#maintext h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #273176;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	margin: 4px 0 2px 0;
}

#maintext h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ED1C29;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 4px 0 2px 0;
}

#maintext h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ED1C29;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 2px 0 2px 0;
}

#maintext li {
	color: #101b69;
	margin-left: 20px;
  	list-style-type: disc;
}

#maintext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ED1C29;
	text-decoration: underline;
	text-align: justify;
	margin: 4px 0 2px 0;
}

#maintext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: white;
	background-color: #ED1C29;
	text-decoration: none;
	text-align: justify;
	margin: 4px 0 2px 0;
}