body
{
	font-family: Garamond;
}

.TopMenu
{
	color: Black;
    font-family: Arial;
    font-size: smaller;
    font-weight: bold;
	text-decoration: none;
}

.TopMenuW
{
	color: White;
    font-family: Arial;
    font-size: smaller;
    font-weight: bold;
	text-decoration: none;
}

.LeftMenu
{
	color: Black;
    font-family: Arial;
    font-size: smaller;
    font-weight: bold;
	text-decoration: none;
}

.ClientLeftMenu
{
	color: Black;
    font-family: lucida sans unicode;
    font-size: smaller;
    font-weight: bold;
	text-decoration: none;
}

.PageTitle
{
    color: #333399;
    font-family: Arial;
    font-size: medium;
    font-weight: bold;
    text-align: center;
}

.PageMenu
{
	color: Black;
    font-family: Arial;
    font-size: smaller;
    font-weight: bold;
	text-decoration: none;
}

.SectionHeader
{
	color: #333399;
	font-family: Arial;
    font-weight: bold;
}

.StrikeOut
{
	color: Red;
	text-decoration: line-through;
}

.Cover
{
	text-decoration: none;
	border-width: 1;
	border-color: Gray
}	


