﻿<!--
a:link { 
color: blue; 
text-decoration:none; 
} 
a:visited { 
color: blue; 
text-decoration:none; 
} 
a:active { 
color: red; 
text-decoration:none; 
} 
a:hover { 
font-weight: normal; 
text-decoration: underline; 
} 
body { 
scrollbar-3dlight-color:#FED964; 
scrollbar-arrow-color:#BF1C0F;
scrollbar-base-color:#F2D90C;
scrollbar-darkshadow-color:#BF1C0F;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#F2D90C;
scrollbar-shadow-color:#FED964
}
.boxes		{ font-family: Tahoma, Arial; 
			  font-size: 11pt; 
			  border: 1px solid silver; 
			  background-color: #ffffff
			  }
			  
.buttons	{
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: black;
	font-size: 10px;
	background-color: #E3E6EB;
	text-align: center;

}

.bold {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.75pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.storyauthor {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: right;
}
.storytext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.75pt;
	font-style: normal;
	font-weight: normal;
	color: #000080;
	text-decoration: none;
	text-align: left;
}
.songlist {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.textsmall {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.75pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.textmedium {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.textmedium2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.textbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #115392;
	text-decoration: none;
	text-align: left;
}
.subheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
}
.storyheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: #336699;
	text-transform: uppercase;
}
.calendarheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: maroon;
}
.calendardays {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #000000;
}
-->