a:link
	   {
	   color: 000000;
	   text-decoration: underline;
	   }
a:visited
	   {
	   color: #000000;
	   text-decoration: underline;
	   }
a:hover
	   {
	   color: #CC0000;
	   text-decoration: underline;
	   }

a.menu:link
	{
	color: #000000;
	text-decoration: none;
	}
a.menu:visited
	{
	color: #000000;
	text-decoration: none;
	}
a.menu:hover
	{
	color: #CC0000;
	text-decoration: underline;
	}

a.menu
	{
	font-family: Verdana, Arial;
	font-size: 10pt;
        font-weight: bold;
	}


			  
BODY       {
           font-family: Verdana;
           font-size: 10pt;
           color: #000000;
           } 

TD         {
           font-family: Verdana;
           font-size: 10pt;
           color: #000000;
           }


H1     {
           font-family: Verdana;
           font-size: 8pt;
           color: #000000;
	   font-weight: bold;
	   padding-top: 5px;
           }


.shout       {
           font-family: Verdana;
           font-size: 14pt;
           color: #000000;
           text-align: center;
           }

.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;
           } 
			  
.color     {
           color: #CC0000;
           } 

.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;
           }

.boundbox
           {
	   border : 1px solid #8a8a8a;
           }

.gridbox
           {
	   border : 1px solid #8a8a8a;
           }
			  
.contentbox
           {
      	   border : 1px solid #666666;
           background-color: #FFFFFF;
           }

.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 #666666;
           background-color: #FFF8E1;
           }
           
.just
           {
           text-align: justify;
           }