﻿.TitleBlueLargeCenter {
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	font-size: large;
	color: #000080;
}
.TitleBlueMediumCenter {
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	font-weight:bold;
	color: #000080;
}
.TitleBlueXXLargeCenter {
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	color: #000080;
	font-size: 45px;
}
.TextSmall {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
}
.TextSmallRight {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	text-align: right;
}
.ColorBlue {
	color: #000080;
}
a {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000080;
}
.TextColorWhite {
	color: #FFFFFF;
}
.TextRight {
	text-align: right;
}
.CellBackGroundGreen {
	background-color: #00DF00;
}
.CellBackground {
	color: #000080;
	background-color: #000080;
}
a:visited {
	font-family: Arial, Helvetica, Sans-Serif;
	color:#000080;
}