.mainTitles {
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}
a:link {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline overline;
}
a:active {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.main {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}
.mainBold {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	font-weight: bold;

}
.tableBGLight {
	background-color: #D5D5FF;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;

}
.button {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
}
.smallPrintBlue {
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #000099;
}
.tableBGDark {

	background-color: #000066;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.error {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
