.outertable {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.borderdotted {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #6BDAFA;
	border-right-color: #6BDAFA;
	border-bottom-color: #6BDAFA;
	border-left-color: #6BDAFA;
}

.imageleft {
	float: left;
	padding: 5px;
}
.imageright {
	float: right;
	padding: 5px;
}
.emphasizedred{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990033;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.formtitle {
	font-size: 12px;
	background-color: #B9D5E1;
}

