﻿body
{
	font-size: 12pt;
	color: white;
	font-family: Arial;
	background-color: gray;
}


.LeftMenuClass
{
	font-size: 14pt;
	color: blue;
	font-family: 'Times New Roman' , 'Courier New';
	background-color: gray;
}
.ContentClass
{
	background-color: white;
	color: blue;
}
.HeaderClass
{
	text-align: center;
	color: #ffffff;
	background-color: #000099;
	font-size: 38pt;
}
.Footer
{
	color: #ffffff;
	background-color: #000000;
}
.SitePathClass
{
	text-align: left;
	color: #ffffff;
	background-color: #000099;
	font-size: 10pt;
}
