/** main text formatting **/


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006699;
	margin: 0;
    padding: 0;
    border: 0;
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #006699;
}


/** header table **/

tr.backgroundA {
	background: #FFFFFF;
	padding: 5px;
	margin: 0px;
	border: 0px none;
}
tr.backgroundB {
	background: #666699;
	padding: 0px;
	margin: 0px;
	border: 0px none;
}
a.SiteTitle:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #333333;
    font-weight: normal;
    }
a.SiteTitle:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #333333;
    font-weight: normal;
    }
a.SiteTitle:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #333333;
    font-weight: normal;
    }
a.SiteTitle:hover {
	text-decoration: none;
	color: #BB0000;
    }
	
/** banner image table **/

td.bannerimage {
	background-image: url(../images/stripimage/notation_jazz_show.gif);
	background-repeat: repeat-x;
}


/** nav table **/

tr.backgroundC {
	background: #EEEEEE;
	margin: 0px 0px 0px 0px;
	border: 0px none;
	line-height: 12px;
	padding: 0px;
}
tr.backgroundD {
	background: #CCCCFF;
	margin: 0px;
	border: 0px none;
	line-height: 12px;
}
.activnav{
    color: #990000;
	text-decoration: none;
	background-color: transparent;
	border-color: #006699;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	}

a.nav1:link {
    color: #8A0404; 
	text-decoration: none
	}

a.nav1:visited {
    color: #8A0404; 
	text-decoration: none
	}

a.nav1:hover {
    color: #990000;
	text-decoration: none;
	background-color: transparent;
	border-color: #666699;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	}

a.nav1:active {
    color: #8A0404; 
    text-decoration: none
	} 

/** main table **/

.PageTitle {
	font-size: medium;
	color: #BC0000;
	font-weight: bold;
	line-height: 30px;
}

/**right hand side bar **/

.sidebartit {
    color: #FFFFFF; 
    font-weight: bold
	}

.sidebartxt {
    font-size: small; 
    color: #006699	}

/** buttons **/
.button 
{  font-size: x-small;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CC0066;
	text-decoration: none;
	font-size: x-small;
} 

.button1 {
font-size: x-small;
	color: #C6401B;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E1FFAC;
	text-decoration: none;
	font-size: x-small;
}
a.button1:hover {
	text-decoration: none;
	background: #EDE4E4;
	color: #C6401B;
}
/** other text formatting**/

tr.backgroundF {
	background: #C8FF93;
	padding: 2px;
	margin: 0px;
	border: 0px none;
}
.bodytextxsmall {
	color: #006699;
	font-size: x-small;
}
.bodytextsmall {
	color: #006699;
	font-size: small;
}
.bodytextmedium {
	color: #006699;
	font-size: medium;
}
.info {
    color: #46694B; 
	font-size: medium
	}
a.bodytext:link {
	color: #BB0000;
	text-decoration: none;
	font-size: small;
    }

a.bodytext:visited {
	color: #BB0000;
	text-decoration: none;
	font-size: small;
    }
	
a.bodytext:hover {
    color: #990000;
	text-decoration: none;
	background-color: transparent;
	border-color: #BB0000;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	}

a.bodytext:active {
	color: #BB0000;
	text-decoration: none;
	font-size: small;
    }
	
a.bodytextx:link {
	color: #C6401B;
	text-decoration: none;
	font-size: x-small;
    }

a.bodytextx:visited {
	color: #C6401B;
	text-decoration: none;
	font-size: x-small;
    }
	
a.bodytextx:hover {
	color: #006699;
	text-decoration: underline;
	font-size: x-small;
    }
	
a.bodytextx:active {
	color: #C6401B;
	text-decoration: none;
	font-size: x-small;
    }
hr {
    display: block;
    height: 1px;
    border-top: 1px dotted #666699;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    margin: 0;
    padding: 0;
}
