.background {
	background-image: url(bkgrnd1.gif);
	background-position: left bottom;
	background-repeat: no-repeat;

}
.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
}
.dot {
	list-style-position: outside;
	list-style-image: url(dot.gif);
	line-height: 19px;


}
.Heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #006633;
	text-decoration: underline;


}
.BigHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #000000;
	text-decoration: underline;
}
.bulPoint {
	list-style-position: inside;
	list-style-image: url(dot.gif);
}
.OrderedList {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
	margin-top:12px;
	margin-bottom:12px;
}
.border {
	border: 1px solid #CCCCCC;
}

