img.vertical-align {
	vertical-align: middle;
	border-style: none;
}
img.no-border {
	border: none;
}
img.no-border-left {
	margin: 0 10px 10px 0;
	float: left;
	border: none;
}
img.no-border-right {
	margin: 0 0 10px 10px;
	float: right;
	border: none;
}
img.blackborder-left {
	border: 1px solid black;
	margin: 0 10px 10px 0;
	float: left;
}
img.blackborder-right {
	border: 1px solid black;
	margin: 0 0 10px 10px;
	float: right;
}
img.blackborder {
	border: 1px solid black;
}
p.align-left {
	text-align: left;
}
p.align-center {
	text-align: center;
}
p.align-right {
	text-align: right;
}
p.align-justify {
	text-align: justify;
}
th.align-left {
	text-align: left;
}
th.align-center {
	text-align: center;
}
th.align-right {
	text-align: right;
}
tr.align-left {
	text-align: left;
}
tr.align-center {
	text-align: center;
}
tr.align-right {
	text-align: right;
}
td.align-left {
	text-align: left;
}
td.align-center {
	text-align: center;
}
td.align-right {
	text-align: right;
}
td.nopadding {
	padding: 0;
	margin: 0;
}
img.align-left {
	text-align: left;
}
img.align-center {
	text-align: center;
}
img.align-right {
	text-align: right;
}
h1.align-left {
	text-align: left;
}
h1.align-center {
	text-align: center;
}
h1.align-right {
	text-align: right;
}
h2.align-left {
	text-align: left;
}
h2.align-center {
	text-align: center;
}
h2.align-right {
	text-align: right;
}
h3.align-left {
	text-align: left;
}
h3.align-center {
	text-align: center;
}
h3.align-right {
	text-align: right;
}
td.rowgrey {
	background-color: #C0C0C0;
}
td.rowlightyellow {
	background-color: #F5F6BC;
}
td.prgreenspacer {
	background-color: #01673F;
	height: 6px;
}
td.fontgold {
	color: #FFCC00;
}
td.rowbold {
	font-weight: bold;
}
td.fontsize2 {
	font-size: 2em;
}
td.fontsize1-5 {
	font-size: 1.5em;
}
.table100 {
	width: 100%;
}
.table100border {
	width: 100%;
}
.table100border td {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
tbody.prgreenlinks {
	color: #01673F;
}
.prgreenlinks a {
	color: #01673F;
	text-decoration: none;
}
.prgreenlinks a:hover {
	text-decoration: underline;
}
tbody.bluelinks {
	color: blue;
}
.bluelinks a {
	color: blue;
	text-decoration: none;
}
.indent {
	margin-left: 20px;
}
ul.no-style {
	list-style-type: none;
}