body	{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

p	{
	margin-top: 0px;
	margin-right: 50px;
	line-height: 22px;
	margin-bottom: 20px;
	}
	
li	{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 50px;
	}

td	{ 
	font-size: 10pt;
	 }
	 
ul	{
	margin-top: 0px;
	}

h1	{
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	margin-top: 10px;
	color: #000099;
	}
	
h2	{
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	margin-top: 35px;
	color: #000099;
	}
	
h3	{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #000000;
	}
	
	


.callout
	{
	margin-top: 45px;	
	margin-left: 10px;
	font-size: 8pt;
	color: #A57513;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 20px;
	}
	
.open_text
	{
	line-height: 28px;
	}
.footer
	{
	color: #333333;
	}

.footer_text
	{
	font-size: 8pt;
	text-align: center;
	color: #333333;
	padding-right: 50px;
	}
	
.desc_text
	{
	font-size: 8pt;
	color: #A57513;
	}

.cal
	{
		color: #999999;
	}
	
.nav
	{
	font-family: "Arial Black", Arial;
	font-size: 11pt;
	color: #CCCCCC;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	padding-bottom: 4px;
	text-decoration: none;
		
	/*	
	code for transparent coloring
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	*/
	}

.nav2
	{
	font-family: Arial;
	font-size: 10pt;
	color: #333333;	
	}

	
a	{
	color: #000000;
	text-decoration: underline;
	}
	
a:hover	
	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;	
	}

.music_table
	{
	border: solid;
	border-width: 1px; 
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	padding: 4px;
	background: #FFFFFF;
	}
	
.music_table td
	{
	border-bottom: 1px solid #999999
	}
	
.music_table th
	{
	border-bottom: 1px solid #333333;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	background: #EEEEEE;
	}
	

.ornament_right_top
	{
	 
	/* may need to adjust for proper path???*/
	background-image:url("../images/ornament_right_top.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	
.ornament_right_bottom
	{
	/* may need to adjust for proper path???*/
	background-image:url("../images/ornament_right_bottom.gif");
	background-repeat: no-repeat;
  	background-position: top right;
	}
	

.ornament_left_top
	{
	 
	/* may need to adjust for proper path???*/
	background-image:url("../images/ornament_left_top.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	}
	
.ornament_left_bottom
	{
	/* may need to adjust for proper path???*/
	background-image:url("../images/ornament_left_bottom.gif");
	background-repeat: no-repeat;
  	background-position: top left;
	}	
