html						{	} 
						
body 						{ 	background-color: black;
								font-size: 11px;
								line-height: 13px; 
								font-family: Georgia;
								color: #404040;  							
								margin: 0px; } 			

td							{	font-size: 11px;
								line-height: 13px; 		
								font-family: Georgia;
								color: #404040;  } 

form 						{	margin: 0px;}
hr	 						{	margin: 0px;}
	
.mini_dropdown				{	font-size: 9px;}
	
.table_bg_left  			{ 	background-image: url(../images/tile.gif); 
								background-repeat: repeat-x; 
								background-attachment: scroll; 		
								background-position: right 0; }	
	
.table_bg_right  			{ 	background-image: url(../images/tile.gif); 
								background-repeat: repeat-x; 
								background-attachment: scroll; 		
								background-position: left 0; }		
	
a:link 						{ 	color: #5f8fbf; text-decoration: none; }		
a:visited 					{ 	color: #5f8fbf; text-decoration: none; }
a:hover 					{ 	color: #2aa8a8; text-decoration: none; }
a:active 					{ 	color: #2aa8a8; text-decoration: none; }	

a:link 						{ 	color: #69a6d1; text-decoration: none; }		
a:visited 					{ 	color: #69a6d1; text-decoration: none; }
a:hover 					{ 	color: #69a6d1; text-decoration: underline; }
a:active 					{ 	color: #69a6d1; text-decoration: underline; }	

