/* CSS Document */
body { 
background-color:330000; 
background-image:url('images/bg.gif');
background-position:center; 
background-attachment:fixed; 
background-repeat:repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#ffffcc;
}
font.general {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#ffffcc;
}
font.small {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffcc;
}
font.headder {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#ffffcc;
font-weight:800;
}
font.title {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#ffffcc;
font-weight:500;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }
table.list {
width: 500px;
background: #000033;
margin: 0 0 20px 0;
font-size: 12px;
}
table.music {
width: 700px;
background: #000033;
margin: 0 0 20px 0;
font-size: 12px;
}
table.banner {
width:753px
background: #660000;
border:none
}
td.banner {
padding: 0px;
background: #000033;
align:left
}
td.list {
padding: 3px;
background: #FFFFCC;
color:#000000;
font-family:"Times New Roman", Times, serif;
}
td.center {
padding: 3px;
text-align:center;
background: #FFFFCC;
color:#000000;
font-family:"Times New Roman", Times, serif;
}
th.list {
color: #FFFFCC;
padding: 4px;
text-align: center;
background: #000033;
font-family:"Times New Roman", Times, serif;
}
td.number {
text-align: center;
width: 53px;
}
table.outer {
width: 750px;
background: #660000;
margin: 0 0 20px 0;
font-size: 12px;
}
td.outer {
padding: 3px;
background: #660000;
}
th.outer {
color: #660000;
padding: 4px;
text-align: center;
background: #000033;
}

/*Styles for Music Page Only*/
	/* <td> bgcolor coded inline for music page because Netscape will not render propperly */
td.txt {
padding: 2px;
background-color:ffffcc;

}
td.photo {
padding: 0px;
background: #FFFFCC;
}