td.topLineLeft
	{
		background-color: #000084;
		height: 14px; 
		background-repeat: repeat-x; 
		background-image: url(images/blackdot.gif)
	}
td.topLineRight
	{
		background-color: #000084; 
		height: 14px; 
		text-align: right; 
		background-repeat: repeat-x; 
		background-image: url(images/blackdot.gif)		
	}
td.bottomLineLeft
	{
		background-color: #000084;
		height: 14px; 
		text-align: left; 
		background-position: 0% 100%; 
		background-repeat: repeat-x; 
		background-image: url(images/blackdot.gif)	
	}
td.bottomLineRight
	{
		background-color: #000084;
		height: 14px; 
		text-align: right; 
		background-position: 0% 100%; 
		background-repeat: repeat-x; 
		background-image: url(images/blackdot.gif)		
	}
td.imgTd
	{
		border-style: solid; 
		border-color: black;
		border-width: 1px; 
		border-top: none; 
		border-bottom: none; 
		background-color: navy; 
		height: 100%;
		text-align: center;
	}
td.shotMenuLine
	{
		border-style: solid; 
		border-width: 1px; 
		border-color: black; 
		background-color: #66CC66; 
	}	
td.logoTD
	{
		border-left: solid black 1px;
		border-right: solid black 1px;
		vertical-align: top;
		background-color: #000084;
		height: 35px;
	}	
