/* Music Table Formatters */

.musictable	{
		position:absolute;
		width:744px;
		background-color:#FFFFFF;
		color:#2dcfe3;
		border-collapse:collapse;
		border:0px;
		border-spacing:0px;
		padding:0px;
		margin-top:10px;
		left:50%;
		margin-left:-372px;
		}

.tabledividor	{
		border-top: 1px solid #2dcfe3; 
		border-bottom: 1px solid #2dcfe3;
		border-left-width:0px;
		border-right-width:0px;
		margin:0px;
		}
		
.bandleft	{
		border:none;
		margin:0px;
		padding-top:5px;
		width:100px;
		height:20px;
		text-align:center;
		}
		
.bandright	{
		border:none;
		margin:0px;
		width:550px;
		height:20px;
		}
		
.danceleft	{
		border:none;
		margin:0px;
		padding-top:5px;
		width:100px;
		height:80px;
		text-align:center;
		border-bottom: 1px solid #2dcfe3;
		}
		
.danceright	{
		border:none;
		margin:0px;
		width:550px;
		height:80px;
		border-bottom: 1px solid #2dcfe3;
		}

p.small		{line-height: 100%; margin-top: 2px; margin-bottom: 2px}
p.big		{line-height: 100%; margin-top: 7px; margin-bottom: 2px}


/* Music Text Formatters */

h1.musicText	{
		text-align:center;
		font-family:verdana;
		font-style:italic;
		font-weight:bold;
		font-size:16pt;
		color:#2dcfe3;
		margin-top:7px;
		margin-bottom:4px;
		}
		
h2.musicText	{
		text-align:left;
		font-family:verdana;
		font-style:italic;
		font-weight:normal;
		font-size:14pt;
		color:#2dcfe3;
		margin-top:4px;
		margin-bottom:4px;
		}
		
h3.musicText	{font-family:verdana;
		font-weight:bold;
		font-size:10pt;
		color:#2dcfe3;
		line-height: 100%;
		margin-top:4px;
		margin-bottom:4px;
		}
				
.bandtitle1	{color:#2dcfe3; font-family:verdana; font-size:12pt; font-weight:bold}
.bandtitle2	{color:#2dcfe3; font-family:verdana; font-size:10pt; font-weight:bold}
.bandtextfont	{font-family:arial; font-size:9pt; color:#000000; font-weight:normal;line-height:100%;}
.lineuptext	{color:#000000; font-family:verdana; font-size:14pt; font-weight:normal}
