/* CSS Document */
a:link {
		// border-bottom:1px dashed #00719C;
		color: #333333; 
		font-family:Tahoma; 
		font-weight:bold;
		font-size: 14; 
		text-decoration:none; 
		border-left-width:1px; 
		border-right-width:1px }



a:visited {
		// border-bottom:1px dashed #00719C;
		color: #333333; 
		font-family:Tahoma; 
		font-weight:bold;
		font-size: 14; 
		text-decoration:none; 
		border-left-width:1px; 
		border-right-width:1px }
a:hover {
		color: #FDAD02; 
		font-family:Tahoma; 
		font-weight:bold; 
		font-size: 14;
		text-decoration:none; 
		border-left-width: 1px; 
		border-right-width: 1px; 
		border-top-width: 1px; 
		//border-bottom: 1px dashed #00719C
		}
		
a.smalllink:link {
		// border-bottom:1px dashed #00719C;
		color: #CCCCCC; 
		font-family:Tahoma; 
		font-weight:bold;
		font-size: 10; 
		text-decoration:none; 
		border-left-width:1px; 
		border-right-width:1px }

a.toolbar:link {
		// border-bottom:1px dashed #00719C;
		color: #AAAAAA; 
		font-family:Tahoma; 
		font-weight:bold;
		font-size: 14; 
		text-decoration:none; 
		border-left-width:1px; 
		border-right-width:1px }      
		
a.toolbar:visited {
		// border-bottom:1px dashed #00719C;
		color: #AAAAAA; 
		font-family:Tahoma; 
		font-weight:bold;
		font-size: 14; 
		text-decoration:none; 
		border-left-width:1px; 
		border-right-width:1px }   
		
a.toolbar:hover {
		color: #FDAD02; 
		font-family:Tahoma; 
		font-weight:bold; 
		font-size: 14;
		text-decoration:none; 
		border-left-width: 1px; 
		border-right-width: 1px; 
		border-top-width: 1px; 
		//border-bottom: 1px dashed #00719C
		}		       		     