    body
    {
    	scrollbar-face-color: #999999;
    	scrollbar-highlight-color: #999999;
    	scrollbar-shadow-color: #999999;
    	scrollbar-3dlight-color: #CCCCCC;
    	scrollbar-arrow-color:  #000000;
    	scrollbar-track-color: #BBBBBB;
    	scrollbar-darkshadow-color: #999999;
    } 
    
    input,textarea
    {
    	font-family: Arial;
    	font-size: 10pt;
    	color: #000000;
    	background-color: #EEEEEE;
		border-left: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
    }
    
    select
    {
    	font-family: Tahoma;
    	font-size: 12px;
    	color: #000000;
    	background-color: #EEEEEE;
    	border: 1px #CCCCCC solid;
    }

    .submit
    {
    	font-family: Arial;
    	font-size: 12px;
    	color: #000000;
    	background-color: #CCCCCC;
		border-right: 1px solid #AAAAAA;
		border-bottom: 1px solid #AAAAAA;
		border-left: 1px solid #FFFFFF;
		border-top: 1px solid #FFFFFF;
    	cursor: hand;
    	font-weight: bold;
    }
    
    .little
    {
    	font: 10px Arial, geneva, lucida, 'lucida grande', helvetica, sans-serif;
    }
    .small
    {
    	font: 11px Arial, geneva, lucida, 'lucida grande', helvetica, sans-serif;
    }
    .normal
    {
    	font: 10pt Arial, geneva, lucida, 'lucida grande', helvetica, sans-serif;
    }
    .big
    {
    	font: 13pt Arial, geneva, lucida, 'lucida grande', helvetica, sans-serif;
    }
    
    #tdt A:link, #tdt A:visited, #tdt A:active
    { 
    	color: #FFEE00; 
    	text-decoration: underline; 
    } 
    #tdt A:hover
    { 
    	color: #FFFF00; 
    	text-decoration: none; 
    }
    
    #tdc A:link, #tdc A:visited, #tdc A:active
    { 
    	color: #FFFFFF; 
    	text-decoration: underline; 
    } 
    #tdc A:hover
    { 
    	color: #FFFF00; 
    	text-decoration: none; 
    }
    
    #tda A:link, #tda A:visited, #tda A:active
    { 
    	color: #000000; 
    	text-decoration: underline; 
    } 
    #tda A:hover
    { 
    	color: #0000FF; 
    	text-decoration: none; 
    }
	
	#tdb A:link, #tdb A:visited, #tdb A:active
    { 
    	color: #000000; 
    	text-decoration: underline; 
    } 
    #tdb A:hover
    { 
    	color: #0000FF; 
    	text-decoration: none; 
    }
    
    .button
    { 
		font: 10px Arial, geneva, lucida, 'lucida grande', helvetica, sans-serif;
		color: #000000;
		background-color: #BBBBBB;
		border-left: 1px solid #DDDDDD;
		border-top: 1px solid #DDDDDD;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
    }
    .button A:link, .button A:visited, .button A:active
    { 
    	color: #000000;
		background-color: #BBBBBB; 
    	text-decoration: none; 
    } 
    .button A:hover
    { 
    	color: #FFFFFF;
		background-color: #666666;
    	text-decoration: none; 
    }