BODY
{
	FONT-SIZE: 9pt;
	COLOR: BLACK;
	FONT-FAMILY: arial,helvetia;
	margin-left: 0;
    margin-right: 0;
}
	TABLE
	{
		FONT-SIZE: 8pt;
		FONT-FAMILY: arial,helvetia;
	}

	

	table.Menu td.tabOff
    {  
    	height: 25;
    	width: 65;		
    	background-color: #CCCCCC;
		background-image: url("images/TabOff.gif");
		background-position: top;
		background-position: right;
    	font-weight: Bold;
		text-align: center;
    	
    	border-right: solid 2px #FFFFFF;
    	border-left: solid 0px #FFFFFF;
    	border-top: solid 2px #FFFFFF;
		color: #000000;
		padding-right: 10px;
		padding-left: 10px;
   
    }
	
    table.Menu td.tabOff A:hover
    {
		text-decoration:underline ;	
     
     
    }
    table.Menu td.tabOff A:link 
    {
    	color: #666666;
    	text-decoration: none;
    	font-weight: Bold;

    }
	table.Menu td.tabOff A:visited
	{
    	color: #666666;
    	text-decoration: none;
    	font-weight: Bold;

    }
	table.Menu td.tabOff A:active
	{
    	color: #666666;
    	text-decoration: none;
    	font-weight: Bold;

    }
	
    table.Menu td.tabOn
    {
    	height: 25;
    	width: 65;
    	text-align: center;
		background-color: #336699;
    	background-image: url("images/TabOn.gif");
		background-position: top;
	   background-position: right;
       
       border-right: solid 2px #FFFFFF;
       border-left: solid 0px #FFFFFF;
       
       
	   color: #FFFFFF;
       font-weight: Bold;

	   padding-right: 10px;
		padding-left: 10px;
       
    }

	table.SubMenu 
    {
	    height: 5;
		background-image: url("images/sub.gif");
		background-color: #336699;
		border-left: solid 0px #FFFFFF;
		border-right: solid 0px #FFFFFF;
		color: #FFFFFF;
		

    }

	table.SubMenu A:link 
    {
	
		font-size:8px;
    	color: #FFFFFF;
    	text-decoration: none;
    	
		}
	table.SubMenu A:hover
    {
      font-size:8px;
	  color: #FFFFFF;
      text-decoration: underline;
    }
	table.SubMenu A:visited
	{
		font-size:8px;
    	color: #FFFFFF;
    	text-decoration: none;
    	

    }
	
