﻿.maroonColor
{
	color:maroon;
}
.blackColor
{
	color:black;
}
.whiteColor
{
	color:white;
}
.blueBackgroundColor 
{
	background-color: #01ACEA;
	height: 100%;
}	
.darkGrayBackground
{
	background-color: #333333;
	height: 100%;
}	
.whiteBackground
{
	background-color: white;
	height: 100%;
}	
.lightGrayBackground
{
	background-color:#CCCCCC;
}
.blueColor
{
	background: #99CCFF;
}
.darkBlueColor
{
	color:#003366;
}
.pageBackground
{
	background-color: #666699;
}
