body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 11px;
	background-color: #CCCCCC;
}
.outer-table-border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.text-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.text-medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.text-large-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0056A5;
	font-weight: bold;
}
.image-right {
	border: 1px dashed #666666;
	margin: 2px 0px 2px 5px;
	padding: 0px;
	float: right;
}
.image-left {
	border: 1px dashed #666666;
	margin: 2px 5px 2px 0px;
	padding: 0px;
	float: left;
}
a:link {
	color: #B21718;
	text-decoration: none;
}
a:hover {
	color: #B21718;
	text-decoration: underline;
}
a:visited {
	color: #1C50B6;
	text-decoration: none;
}
.text-mediumRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B00C19;
}
