.cardinaljustify {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;

}
.cardinalcenter {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;

}
.cardinalright {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;

}
.cardinalleft {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;

}
.imageborder {
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CC0000;
}
.cardinallink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
