﻿.centered {
	text-align: center;
}
.smallFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: -1;
}
.collapsedBorderWhite {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}
.smallWhiteFont {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.smallRedUnderlined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: -1;
	color: #FF0000;
	text-decoration: underline;
}
.normalFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000066;
	text-align: left;
}
