@charset "UTF-8";
/* CSS Document */

/******Color Scheme ***********
COLOR SCHEME:
#231F20 (grey color)- Background and body text font.
#BE1E2D (red color)- Center Menu Font Color
#8DC63F (green color) - Footer Menu Text and links
*******Color Scheme *******/

/****** begin - particular classes *********/
/** NOTE: 'Particular class' means a class that shows up only in special instances.  
 *  They are usually in <span> tags not <div> tags.
 */ 
 
 /* Makes the thing bold */
.bold
{
	font-size: 20pt;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

.error
{
	text-align: center;
	color: #BE1E2D;
	font-size: 10pt;
}



/****** end - particular classes *********/

/************ End Class Area **********************************************/