.BodyText {
	margin-bottom: .8em;
	line-height: 120%;
	padding-left: .5em;
	padding-right: 1em;
	color:#000;
}
.Bullet1 {
	padding-left: 3em;
	padding-right: 1em;
	margin-bottom: .3em;
	background-image: url(images/bullet1Graphic.png);
	background-repeat: no-repeat;
	background-position: 2em .5em;
}
.Bullet2 {
	font-size: .95em;
	line-height: 120%;
	padding-left: 6em;	
	padding-right: 1em;
	margin-bottom: 0;
	background-image: url(images/bullet2Graphic.png);
	background-repeat: no-repeat;
	background-position: 5em .5em;
}
.Heading1{
	background-color: #e7d59e;
	line-height: 1.5em;
	padding-left: 0.5em;
	padding-right: 1em;
	font-size: 1.3em;
	font-weight: lighter;
	color: #FFF;
	background-image: url(images/gradientHeader.png);
	margin-bottom: .1em;
}
.Heading2{
	padding-right: 1em;
	font-size: 1.1em;
	font-weight: bold;
	color: #024594;
	margin-bottom: .3em;
	margin-top: 1.5em;
}
.CursiveHeading{
	font-family:"Monotype Corsiva",
               "Apple Chancery",
               "URW Chancery L",
               cursive;
	font-size:1.7em;
	font-weight:bold;
	text-align:center;
	color: #024594;
}
.CursiveSubHead{
	font-family:"Monotype Corsiva",
               "Apple Chancery",
               "URW Chancery L",
               cursive;
	font-size:1.3em;
	font-weight:normal;
	text-align:center;
	color: #024594;
}
.Indent1{
	margin-right: 3em;
	margin-left: 3em;
}
.NumberedList {
	padding-left: 2em;
	padding-right: 1em;
	margin-bottom: .3em;
}
.Bold{
	font-weight:bold;
}
.DarkBlueText {
	color: #024594;	
}
.DarkBlueBold {
	font-weight: bold;
	color: #024594;	
}
.RedText {
	color: #B00;	
}
.RedBold {
	font-weight: bold;
	color: #B00;	
}
.LightBlueText {
	color: #5c7fac;	
}
.LightBlueBold {
	font-weight: bold;
	color: #5c7fac;	
}

