﻿body 
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial;
	font-size: 8pt;
}

Table.ContentTable
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

TD
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}

TD.PageCell
{
	text-align: center;	
}

TD.FrameCell
{
	text-align: center;	
}

TD.NavBarCell
{
	background-image: url(images/navbar-bkground.jpg);
	height: 30px;
	text-align: center;
	vertical-align: middle;
}


TD.ContentCell
{
	background-image: url(images/blue-gradient.jpg);
	text-align: left;
	vertical-align: top;
}


TD.FooterCell
{
	background-image: url(images/navbar-bkground.jpg);
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

TD.AccentCell
{
	text-align: center;
	vertical-align: middle;
	background-image: url(images/music-sheet-400x100.jpg);
}


A.MainMenuLink
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: verdana;
	text-decoration: none;
}
A.MainMenuLink:visited
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: verdana;
	text-decoration: none;
}
A.MainMenuLink:active
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: verdana;
	text-decoration: none;
}
A.MainMenuLink:hover
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: verdana;
	text-decoration: underline;
}