body
{
	font-family: Arial, Verdana, Georgia;
	margin: 0px;
}

.MainMenuItem
{
	/*width: 142px;*/
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

A
{
	/*color: Green;*/
	text-decoration: none;
}

A:hover
{
	/*color: Black;*/
}

.ContentText
{
    text-align:left;
}

.HeaderMenuText
{
	font-size: 0.8em;
	font-family: Arial, Verdana, Georgia; /**/
	font-variant: small-caps;
	color: white;
	font-weight: bold;
}

.PageHeaderText
{
    color: DarkGray; 
    font-size: 1.25em; 
    font-weight: normal;
    text-align: left;
}

.CopyrightInfo
{
	font-size: 0.75em;
    text-align:center;
	font-family: Arial, Verdana, Georgia; 
}

.StaticMenuItem
{
	width: 150px;
}

.AlertsTableCells
{
	margin-top: 3px;
	position: static;
}
.AdminMenu
{
	background-color: #E4EBEB;
}