/* CSS Document */
/* this class controls the GLOBAL PROPERTIES ***********************************/
table.bar	/* TABLE */
								{	

									background-attachment: scroll;
									background-repeat: repeat;
									background-color:  #A6BACB; /* Put bgcolor here if required */
									
									
									BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #1d578a;
								}
								
/* this class controls the NORMAL BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.barnbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color:  #537495;
									
								}
table.barnbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color:#537495;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #274560;
								}
th.barnbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #000000; 
									
									

									background-color: #1d578a;
									
																											
								}
a.barnbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #0B090B; 
									text-decoration: underline;
								}
														
a.barnbox:hover	/* A */
								{	
									color: #4A4949; 										
									text-decoration:underline;
								}

