td { font-family: Arial, Helvetica, sans-serif;  font-size: 13px;  }

.MCISubject {
	display:none;
}

.side {
	background-image: url('images/side.jpg');
	background-repeat: no-repeat
}

.menu {
	background-color: #663300;
	text-decoration: none;
	text-align: center;
	color: White;
	font-weight: bold;
	width: 120px;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: White;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: White;
	border-left-style: solid;
	border-left-width: 1px;
}

.menu-cell {
	background-color: #663300;
	text-decoration: none;
	text-align: center;
	color: White;
	font-weight: bold;
}

a.menu:hover {
	background: #009900;
}

.footerlink {
        text-decoration: none;
        font-size: 10px;
        color: black;
}