A.NavLink	{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: black;
}
A:HOVER.NavLink	{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: red;
}
A.NavLinkBig	{
	font-family: Arial;
	font-size: 18pt;
	text-decoration: none;
	color: #ff9933;
}
A:HOVER.NavLinkBig	{
	font-family: Arial;
	font-size: 18pt;
	text-decoration: none;
	color: red;
}
BODY	{
	font-family: Arial;
	margin: 4px 20px 20px 20px;
}
SELECT	{
	font: 8pt courier;
}
.FL	{
	float: left;
	margin: 0px 10px 0px 0px;
}
.FR	{
	float: right;
	margin: 0px 0px 0px 10px;
}
.Headline	{
	font: bold 20pt Arial;
	text-align: center;
}
.Nav	{
	border-color: black;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	text-align: center;
	height: 20px;
}
.Nav2	{
	border-color: black;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	text-align: center;
	height: 20px;
}
/* Ascii 175 */
.Music	{
	font: 10pt Webdings;
}
.MusicBig	{
	font: 18pt Webdings;
}
.Bullet	{
	color: #3366ff;
	font: 12pt Webdings;
}
.CellHead	{
	background-color: gray;
	color: black;
	text-align: center;
	font: bold 12pt Arial;
}
#container {
   font-family: Arial;
   font-size: 10pt;
   position: absolute;
   top: 127px;
   left: 100px;         /* place it where you want     */
}

#translucentbkg1 {
   padding-left: 2px;
   padding-right: 2px;
   padding-bottom: 2px;
   text-align: left;
   width: 1000px;     			/* to match DIVs size          */
   background-color: #ffffff;       /* the background              */
   filter:alpha(opacity=70);
   -moz-opacity:0.5;
   opacity: 0.5;
}
#opaquetext1 {
   padding-left: 2px;
   padding-right: 2px;
   padding-bottom: 2px;
   text-align: left;
   width: 1000px;     			/* to match DIVs size          */
   background-color: transparent;   /* transparent background      */
   position: absolute;              /* absolute positioning        */
   z-index: 2;                      /* place it over the other DIV */
}

#translucentbkg2 {
   padding-left: 2px;
   padding-right: 2px;
   padding-bottom: 2px;
   text-align: right;
   width: 1000px;     			/* to match DIVs size          */
   background-color: #ffffff;       /* the background              */
   filter:alpha(opacity=70);
   -moz-opacity:0.5;
   opacity: 0.5;
}

#opaquetext2 {
   padding-left: 2px;
   padding-right: 2px;
   padding-bottom: 2px;
   text-align: right;
   width: 1000px;     			/* to match DIVs size          */
   background-color: transparent;   /* transparent background      */
   position: absolute;              /* absolute positioning        */
   z-index: 2;                      /* place it over the other DIV */
}
