BODY     {
          font-family: Verdana, Helvetica, Arial, sans-serif;
          font-size: 10pt;
          color: #000000;
          background-color: #FFFFFF;
          margin: 0px;
          padding: 0px;
          SCROLLBAR-FACE-COLOR: #FDF6AB; 
          SCROLLBAR-HIGHLIGHT-COLOR: #1D9AF4; 
          SCROLLBAR-3DLIGHT-COLOR: #D6EBFF;
          SCROLLBAR-SHADOW-COLOR: #D6EBFF; 
          SCROLLBAR-ARROW-COLOR: #F82725; 
          SCROLLBAR-TRACK-COLOR: #FFFFFF; 
          SCROLLBAR-DARKSHADOW-COLOR: #1D9AF4;
          }

p, td    {
          font-family: Verdana, Helvetica, Arial, sans-serif;
          color: #000000;
          align: left;
          font-size: 10pt;
         }

h1       {
          font-family: Georgia, "Times New Roman", Times, serif;
          color: #1D9AF4;
          font-size: 14pt;
          align: left;
          margin-left: 4px;
         } 

h2       {
          font-family: Georgia, "Times New Roman", Times, serif;
          color: #F82725;
          font-size: 12pt;
          align: left;
          margin-left: 10px;
         }
.credit {
          font-size: 6pt;
          color: #FFFFFF;
          }

a.credit:link   {
          color: #FFFFFF; 
          text-decoration: none;
         }

a.credit:active {
          color: #1D9AF4; 
          text-decoration: none;
         }

a.credit:visited{
          color: #FFFFFF;
          text-decoration: none;
         }

a.credit:hover  {
          color: #1D9AF4;
          text-decoration: none;
         }

.maintable 
          {
           border-width: 1px;
           border-style: solid;
           border-color: #1D9AF4;
          }

.topnavtable 
          {
           border-width: 1px;
           border-style: solid;
           border-color: #F82725;
          }

a.top:link   {
          font-size: 11;
          text-decoration: none;
         }

a.top:active {
          font-size: 11;
          text-decoration: none;
          background-color: #FDF33B;
         }

a.top:visited{
          font-size: 11;
          text-decoration: none;
         }

a.top:hover  {
          font-size: 11;
          text-decoration: none;
          background-color: #FDF33B;
         }

a:link   {
          color: #F82725; 
          font-family: Verdana, Helvetica, Arial, sans-serif;
          text-decoration: none;
         }

a:active {
          color: #F96161;
          font-family: Verdana, Helvetica, Arial, sans-serif;
          text-decoration: none;
          background-color: #FFF9BB;
         }

a:visited{
          color: #F82725;
          font-family: Verdana, Helvetica, Arial, sans-serif;
          text-decoration: none;
         }

a:hover  {
          color: #F96161;
          font-family: Verdana, Helvetica, Arial, sans-serif;
          text-decoration: none;
          background-color: #FFF9BB;
         }


#notSideMenu
{ 
	margin:10px;
	padding: 4px;
	list-style:circle;
	width:100%;
	border:none;
	
}
	
/* SIDE MENU */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #1D9AF4;
        font: normal 11px verdana;
	}
	
ul li.side {
	position: relative;
	}
	
li.side ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
        font: normal 11px verdana;
	}

/* Styles for Menu Items */
ul li.side a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF; /* IE6 Bug */
	padding: 3px;
	border: 1px solid #1D9AF4; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
*html ul li { float: left; height: 1%; }
*html ul li a { height: 1%; }
/* End */

li a:hover { background-color : #FDF33B;}

li:hover ul, li.over ul { display: block; }