.MenuHeading
{
	font: bold 12px Arial;
	text-align:center;
	color: #ffffff;
}
.MenuItem_TopLevel
{
	font: 14px Arial;
	color: #0F2771;
	text-align: center;
	text-decoration: none;
}
.MenuItem_TopLevel:Hover
{
	font: 14px Arial;
	color: #550a0a;
}
.MenuItem_Related
{
	font: 12px Arial;
	color: #D5CBCB;
}
.Calendar_Cell
{
	font: 10px Arial;
	padding: 1px;
	background: #9B6363;
	color: white;
	border: 1px solid #6E2727;
}
.Calendar_CellToday
{
	font: 10px Arial;
	color: white;
	background: #C01C01;
	border: 1px solid white;
}
.Calendar_EmptyCells
{
	background: #6E2727;
}
.Calendar_Weekdays
{
	font: 8px Arial;
	text-align: center;
	background: #efefef;
}
.Calendar_Month
{
	font: Bold 14px Arial;
	color: #6E2727;
}
.Calendar_Division
{
	font: Bold 14px Arial;
	color: #6E2727;
	border-bottom: 2px solid #6E2727;
}
.Calendar_Text
{
	font: 12px Arial;
}
.Calendar_EventLink
{
	font: 12px Arial;
	color: #6E2727;
}
.Calendar_EventTitle
{
	font: Bold 18px Arial;
	text-align: center;
	color: #6E2727;
	text-transform: uppercase;
}
.Calendar_EventDetails
{
	font: 14px Arial;
}
.CalendarButton
{
	font: 12px Arial;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	color: #6E2727;
}
.SearchResultLink
{
	font: 12px Arial;
	color: #541E13;
}
.SearchResult
{
	font: 12px Arial;
	margin-top: 5px;
	margin-bottom: 2px;
}
.SearchDescription
{
	font: 10px Courier;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
	background: #efefef;
	padding: 5px;
	border: 1px solid #541E13;
}

.Branding
{
	font: 10px Arial;
}
.BrandLink
{
	color: #6E2727;
}