/*


*/



		
		/* links ----------------------*/
		
		#mainContentCell a:link, 
		#mainContentCell a:visited {
			color:#003399;
			text-decoration: none;
		}
		
		#mainContentCell a:hover, 
		#mainContentCell a:active {
			text-decoration: underline;
		}

		#mainContentCell th a:link, 
		#mainContentCell th a:visited {
			color:#666;
			font-weight: bold;
			text-decoration: none;
			background: url(link/th.gif) right no-repeat;
			padding-right: 17px;
		}
		
		#mainContentCell th a:hover, 
		#mainContentCell th a:active {
			text-decoration: underline;
			color: #039;
		}

		a.add:link, 
		a.add:visited {
			padding-right: 11px;
		}
		
		a.add:hover, 
		a.add:active {
			background: url(link/add.gif) right top no-repeat;
		}
		
		/*#mainContentCell a.lbtnBlue:link,
		#mainContentCell a.lbtnBlue:visited	
		{
		display: block;
		background-color:#2659B7;
		Border:double 3px #2659B7;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #ffffff;
		font-size: xx-small;						
		margin: 0px 0px 0px 5px;
		padding: 5px;
		height: 14px;
		line-height:14px;
		text-decoration: none;
		text-align: center;
		}						

		#mainContentCella.lbtnBlue:hover,
		 #mainContentCell a.lbtnBlue:active
		{
			text-decoration: underline;
			color: #ffffff;		
		}	*/