@charset "utf-8";
/* CSS Document */

table#branches { 
		border-collapse: collapse; 
		font-size: 12px; 
		margin: auto; width: 400px; 
		}
		
table#branches tr { 
		border-bottom: 1px solid #CCCCCC; 
		}
		
table#branches th { 
		border: medium none; 
		font-size: 12px; 
		text-align: center; 
		}
		
table#branches td.closed { 
		background: none repeat scroll 0 0 #CCCCCC; 
		}
		
table#branches td { 
		text-align: center; 
		}