a:link
	   {
	   color: 000000;
	   text-decoration: underline;
	   }
a:visited
	   {
	   color: #000000;
	   text-decoration: underline;
	   }
a:hover
	   {
	   color: #663300;
	   text-decoration: underline;
	   }

a.menu:link
	{
	color: #000000;
	text-decoration: none;
	}
a.menu:visited
	{
	color: #333333;
	text-decoration: none;
	}
a.menu:hover
	{
	color: #663300;
        background-color: #FFF8E1;
	text-decoration: underline;
	}

a.menu
	{
	font-family: Verdana, Arial;
	font-size: 10pt;
        font-weight: bold;
        background-color: #D5C592;
        margin-top: 0px;
        width: 120px;
        border-style: solid;
        border-width: 0px;
        padding: 2px;
	}


			  
BODY       {
           font-family: Verdana;
           font-size: 10pt;
           color: #000000;
           }

H1		{
		font-family: Verdana, Arial, helvetica, sans serif;
		font-size: 8pt;
		color: black;
		font-weight : normal;
                margin: 0px;
                padding: 0px;
		}

TD         {
           font-family: Verdana;
           font-size: 10pt;
           color: #000000;
           }

.small     {
           font-family: Verdana;
           font-size: 8pt;
           color: #000000;
           } 

.smalljust {
           font-family: Verdana;
           font-size: 8pt;
           color: #000000;
           text-align: justify;
           } 

.textnavi  {
           font-family: Verdana;
           font-size: 8pt;
           color: #000000;
	   padding-bottom: 5px;
	   background-color : #F7F7F7;
           } 
			  
.path      {
           font-family: Verdana;
           font-size: 8pt;
           color: #000000;
           } 

.apath     {
           font-family: Verdana;
           font-size: 8pt;
	   font-weight: bold;
           color: #006600;
           } 
			  
.bsmall    {
           font-family: Verdana;
           font-size: 8pt;
           color: #000000;
	   font-weight: bold;
           }

.vipwords
           {
	   border : 1px solid #8a8a8a;
	   background-color : #FFEFB5;
           padding: 3px;
           }

.boundbox
           {
	   border : 1px solid #8a8a8a;
           }

.gridbox
           {
	   border : 1px solid #8a8a8a;
           }
			  
.contentbox
           {
      	   border : 1px solid #663300;
	   padding-left: 10px;
	   padding-right: 10px;
	   margin-top: 10px;
           }

.tablehead
           {
	   font-weight : bold;
	   background-color : #D5C592;
	   color: #000000;
	   padding-bottom: 2px;
	   border-bottom-width: 1px;
	   border: solid #8a8a8a;
	   border-width: 0 0px 1px 0px;
           }

.firstline
           {
           padding-top: 10px;
           }

.active    {
           font-family: Arial;
           font-size: 12px;
           color: #008000;
	   font-weight : bold;
           }


.inactive  {
           font-family: Arial;
           font-size: 12px;
           color: #800000;
	   font-weight : bold;
           }

.newsbox
           {
           border : 1px solid #663300;
           background-color: #FFF8E1;
           }
           
.just
           {
           text-align: justify;
           }
