/* CSS Document */
/**********************************************************************************************
BAR
***********************************************************************************************/
				
/* this class controls the DARK BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.bardbox	/* SPAN */
								{	
			
									color: #274560; 
							
									background-color: #a9a9a9;
						
								}
								
								
table.bardbox	/* TABLE */
								{	
									color: #274560; 
									background-color: #a9a9a9;
									border-color: #3a3a3a;							
								}
th.bardbox	/* TH AND SPAN*/
								{	
									color: #DAE5EF; 
									
									background-color: #5c5c5c;							
								}
a.bardbox	/* A */
								{	
									color: #5c5c5c; 
									text-decoration: none;
								}
														
a.bardbox:hover	/* A */
								{	
									color: #5c5c5c; 
									text-decoration: underline;										
								}
								
/* this class controls the HEADING properties  ***********************************/
.barheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #3a3a3a; 
									

									background-color: ;
									
									
								}
								
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.barmlinks /* A */
								{	
									
									font-size: 0.9em;
									font-style: normal;		
									font-weight: normal;			
									color: #274560; 		
								}								
								
a.barmlinks:hover /* A */
								{	
									color: #5c5c5c;										
									text-decoration:underline;
								}								

