﻿body
{
	margin: 10px auto 10px auto;
	/*
	scrollbar-face-color: #FFF000;
	scrollbar-shadow-color: #FFF000;
	scrollbar-highlight-color: #66FF33;
	scrollbar-3dlight-color: #66FF33;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #FAB300;
	scrollbar-arrow-color: #000000;
	*/
}  
.always-visible
{
	Position:fixed;
}

.homepage
{
	width: 650px;
	margin: 10px auto 10px auto;
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	*/
}

.menu-top
{
	margin: auto;
}

.mainpage
{
	width: 650px;
	margin: 10px auto 10px auto;
	float:none;
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	*/
}

.maintable
{
	background-color:black;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: white;
	width: 100%;
	/*
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	*/
}

/*
	Notes on Font Sizes

	In an effort to standard font sizes, research indicates
	that the best way to specify font sizes so that the fonts
	are scalable is to use the em specification. The following
	table was created from the W3C font specification.
	
	CSS Absolute   Size    Heading     em
	 Size Value   Number  Identifier Number
	 
	 xx-small		1		 h6		   0.6
	 x-small		 		 		   0.75
	 small			2		 h5		   0.89
	 medium			3		 h4		   1.0
	 large			4		 h3		   1.2
	 x-large		5		 h2		   1.5
	 xx-large		6		 h1		   2.0
	 				7				   3.0
	 				
	 em will be used for the font specifications
	 sizes used will be equivilent to the size number
*/



.font-arial-1
{
	/* fontsize: small is equal to font size=2 */
	font-family: Arial, Helvetica, sans-serif;
	font-size:   x-small;
	font-style:  normal;
	font-weight: normal;
}

.font-arial-2
{
	/* fontsize: small is equal to font size=2 */
	font-family: Arial, Helvetica, sans-serif;
	font-size:   small;
	font-style:  normal;
	font-weight: normal;
}

.font-arial-3
{
	/* fontsize: medium is equal to font size=3 */
	font-family: Arial, Helvetica, sans-serif;
	font-size:   medium;
	font-style:  normal;
	font-weight: normal;
}

.font-arial-4
{
	/* fontsize: large is equal to font size=3 */
	font-family: Arial, Helvetica, sans-serif;
	font-size:	 large;
	font-style:  normal;
	font-weight: normal;
}

.font-arial-5
{
	/* fontsize: x-largeis equal to font size=3 */
	font-family: Arial, Helvetica, sans-serif;
	font-size:   x-large;
	font-style:  normal;
	font-weight: normal;
}

.font-calibri-1
{
	/* fontsize: small is equal to font size=2 */
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:   x-small;
	font-style:  normal;
	font-weight: normal;
}

.font-calibri-2
{
	/* fontsize: small is equal to font size=2 */
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:   small;
	font-style:  normal;
	font-weight: normal;
}

.font-calibri-3
{
	/* fontsize: small is equal to font size=2 */
	/* font-family: "Footlight MT Light", Papyrus, Calibri, Arial, Helvetica, sans-serif; */
	font-family: Papyrus, Calibri, Arial, Helvetica, sans-serif;
	font-size:   medium;
	font-style:  normal;
	font-weight: normal;
}

.font-calibri-4
{
	/* fontsize: small is equal to font size=2 */
	font-family: Papyrus, Calibri, Arial, Helvetica, sans-serif;
	font-size:   large;
	font-style:  normal;
	font-weight: normal;
}

.font-calibri-5
{
	/* fontsize: small is equal to font size=2 */
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:   x-large;
	font-style:  normal;
	font-weight: normal;
}

.font-geneva-2
{
	/* fontsize: small is equal to font size=2 */
	font-family: Geneva, serif;
	font-size:   small;
	font-style:  normal;
	font-weight: normal;
}

.font-geneva-3
{
	/* fontsize: medium is equal to font size=3 */
	font-family: Geneva, serif;
	font-size:   medium;
	font-style:  normal;
	font-weight: normal;
}

.font-papyrus-1
{
	/* fontsize: small is equal to font size=2 */
	font-family: Papyrus, Calibri, Arial, Helvetica, sans-serif;
	font-size:   x-small;
	font-style:  normal;
	font-weight: normal;
}

.font-papyrus-2
{
	/* fontsize: small is equal to font size=2 */
	font-family: Papyrus, Calibri, Arial, Helvetica, sans-serif;
	font-size:   small;
	font-style:  normal;
	font-weight: normal;
}

.font-papyrus-3
{
	/* fontsize: small is equal to font size=2 */
	font-family: Papyrus, Calibri, Arial, Helvetica, sans-serif;
	font-size:   medium;
	font-style:  normal;
	font-weight: normal;
}

.font-papyrus-4
{
	/* fontsize: small is equal to font size=2 */
	font-family: Papyrus, Calibri, Arial, Helvetica, sans-serif;
	font-size:   large;
	font-style:  normal;
	font-weight: normal;
}

.font-papyrus-5
{
	/* fontsize: small is equal to font size=2 */
	font-family: Papyrus, Calibri, Arial, Helvetica, sans-serif;
	font-size:   x-large;
	font-style:  normal;
	font-weight: normal;
}


.font-verdana-1
{
	/* fontsize: x-small is equal to font size=1 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   x-small;
	font-style:  normal;
	font-weight: normal;
}

.font-verdana-2
{
	/* fontsize: small is equal to font size=2 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   small;
	font-style:  normal;
	font-weight: normal;
}

.font-verdana-3
{
	/* fontsize: medium is equal to font size=3 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   medium;
	font-style:  normal;
	font-weight: normal;
}

.font-verdana-4
{
	/* fontsize: large is equal to font size=3 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	 large;
	font-style:  normal;
	font-weight: normal;
}

.font-verdana-5
{
	/* fontsize: x-large is equal to font size=3 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   x-large;
	font-style:  normal;
	font-weight: normal;
}

.border {
      border-right:2px #FAB300 solid;
      border-left:2px #FAB300 solid;
      border-top:2px #FAB300 solid;
      border-bottom:2px #FAB300 solid;
}
.music {
      font-family: Arial, Helvetica, sans-serif; 
      font-size:   7.5pt;
      font-weight: normal;
      line-height: 7.5pt;
      color: black;
}
.cellpad {
      padding: 20px;
}

a:link    {color: white; font-weight:normal;}  /* unvisited link */
a:visited {color: white; font-weight:normal;} /* visited link */
a:hover   {color:lightgray; font-weight:normal;}  	/* mouse over link */
a:active  {color: white; font-weight:normal;}  /* selected link */ 

a.mainlink { 
      font-family: Arial, Helvetica, sans-serif;
      font-size: 9pt;
      text-decoration: underline;
      color: white;
      font-weight: bold;
}
a.mainlink:visited { 
      font-family: Arial, Helvetica, sans-serif;
      font-size: 9pt;
      text-decoration: underline;
      color: white;
      font-weight: bold;
}
a.mainlink:hover { 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 9pt;
      text-decoration: underline;
      color: white;
      font-weight: bold;
}
