
	body {
            scrollbar-face-color:       #C3C3C3;
            scrollbar-highlight-color:  #C3C3C3;
            scrollbar-shadow-color:     #C3C3C3;
            scrollbar-3Dlight-color:    #787878;
            scrollbar-arrow-color:      #878787;
            scrollbar-track-color:      #E1E1E1;
            scrollbar-darkshadow-color: #787878;

            font-family: verdana, arial, helvetica, sans-serif;
            font-size: 12px;

            background: #000000;
            color: #E3E3E3;
	}

	td      {
		     height="17" 		
	}
	
	.tdmenu {
           font-family: verdana, arial, sans-serif; color: navy; background: Silver; 
           font-size: 10px;
           font-weight: bold;
			  
	}

	a:link {
		color: Navy;
		text-decoration: none
	}

	a:visited {
		color: Maroon;
		text-decoration: none
	}

	a:active {
		color: #00CCFF;
		text-decoration: none
	}

	a:hover {
		color: #4169E1;
		background : #D8E3FA;
		font-weight: bolder;
	}
