/* Nesh Website Styles */

/* ** TAG STYLE DEFINITION ** */
	
	body 
		{
			margin: 0px;
			margin-bottom: 10px;
			background: #22419B;
			font-family: verdana;
			font-size: 12px;
		}
	
	table
		{
			border-spacing: 0px;
			border-collapse: collapse;
			background: white;
		}
	
	td,th
		{
			font-family: verdana;
			font-size: 12px;
			padding: 0px;
			margin: 0px;
		}
	
	a:visited 
		{
			color: #22419B;
		}
	
	a:link
		{
			color: #22419B;
		}			
	
/* ** NEW STYLE DEFINITION ** */
	
	.maintable
		{
			width: 726px;
		}
		
	.navigation
		{
			width: 163px;
			background: #BAE8FF;
		}