﻿body
{
	background-color: #f5f5f5;
	font-family: 'Times New Roman';
}

.TableBackground
{
	background-image: url(Images/DCBA-layer-1.jpg);
}

.HiddenPanel 
{
	color: #41465e;
	display:none;
}

.ActivePanel
{
	color: #41465e;
	display: block;
}
a.MenuLink
{
	font-weight: bold;
	font-family: 'Times New Roman';
	text-decoration: none;
	color: #41465e;
}
a.MenuLink:active
{
	font-weight: bold;
	font-family: 'Times New Roman';
	text-decoration: none;
	color: #41465e;
}
a.MenuLink:hover
{
	font-weight: bold;
	font-family: 'Times New Roman';
	text-decoration: none;
	color: black;
}

