h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #75290D;
	line-height: 19px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #75290D;
}
.MainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #75290D;
}
.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}
strong {
	color: #003300;
}


.letter {
	list-style-position: outside;
	list-style-type: lower-alpha;
}
.roman {
	list-style-position: outside;
	list-style-type: upper-roman;
}
.romanSmall {
	list-style-position: outside;
	list-style-type: lower-roman;
}
.circle {
	list-style-position: outside;
	list-style-type: circle;
}
