h1 {
	font-size: 140%;
	font-weight: bold;
	color: #FF9900;
}
h2 {
	font-size: 130%;
	color: #333333;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 10px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	line-height: 120%;
	color: #333333;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	line-height: 120%;
	color: #333333;
	font-style: italic;
}
.QuoteLeft {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	color: #236281;
	text-align: center;
	background-color: #F2F7F9;
	margin-right: 10px;
	margin-left: 0px;
	line-height: 180%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.QuoteRight {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	color: #236281;
	text-align: center;
	background-color: #F2F7F9;
	margin-right: 0px;
	margin-left: 10px;
	line-height: 180%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ListHTML {
	list-style-image: url(../images/smallicons/smallhtm.gif);
}
.ListPDF {
	list-style-image: url(../images/smallicons/smallpdf.gif);
}
.ListPPT {

	list-style-image: url(../images/smallicons/smallppt.gif);
}
.PictureRight {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.PictureLeft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

