BODY
{
	font-size: 10pt;
	font-family: Verdana;
	color : #454545 ;
}
a {text-decoration: none}
a:active
{
	
	color: #107010 ;
	font-variant: normal;
}
a:link
{
	
	color: #107010 ;
	font-variant: normal;
}
a:visited
{
	
	color: #107010 ;
	font-variant: normal;
}
a:hover
{
	
	
	font-variant: normal;
	text-decoration: underline;
}
TABLE
{
	font-size: 10pt;
	font-family: Verdana;
}


a.Links:link  {color: #0000ff;font-weight:normal}
a.Links:visited  {color: #0000ff;font-weight:normal}
a.Links:hover  {text-decoration:underline;font-weight:normal}
a.Links:active {color: #0000FF;font-weight:normal}


.Active 
    {
        text-decoration : none ;
         background-color: green;
         color : white ;
         border-right: green 1px solid; border-top: green 1px solid;border-bottom: green 1px solid;
         cursor : arrow ;
         width : 150px ;
        
    }
    .InActive 
    {
        text-decoration : none ;
         background-color: white;
         color : green ;
         border-right: green 1px solid; border-top: green 1px solid;border-bottom: green 1px solid;
           cursor : arrow ;
           width : 150px ;
    }
    



