﻿.boldwhite {
	color: rgb(255, 255, 255); padding-left: 5px; font-weight: bold;
}
.boldblack {
	color: rgb(0, 0, 0); padding-left: 5px; font-weight: bold;
}
.redcontent {
	color: rgb(204, 0, 0);
}
.blacktitle {
	font-size: 14.8px;
}
.frontpagetitle {
	text-align: center; color: rgb(0, 0, 0); padding-top: 10px; font-size: 18px; font-weight: bold;
}
.frontpagecontent {
	line-height: 20px;
}
.padding {
	padding: 10px;
}
.dashedtd {
	border: 1px solid rgb(199, 199, 199);
}
.dottedtd {
	border-width: 0px 0px 1px; border-style: dotted; border-color: rgb(222, 223, 222); line-height: 25px;
}
.frontpageashdotted {
	border-width: 0px 0px 1px; border-style: dotted; border-color: rgb(102, 102, 102); line-height: 25px;
}