
	td.topNavCell
	{
		text-align: center;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(images/nav.gif);
		height: 40px;
		font-weight: bold;
		font-size: 16px;
		color: #1A35BF;
	}
	
	td.topNavCellOn
	{
		background-image: url(images/navOn.gif);
	}
	
	td.topNavSpacer
	{
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(images/nav.gif);
		width: 300px;
		min-width: 10px;
	}
	
	td.topNavSide
	{
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(images/nav.gif);
		width: 25px;
		min-width: 25px;
	}
	
	a.topNavLink
	{
		text-decoration: none;
	}
	
	a.topNavLink:link, a.topNavLink:visited {color: #1A35BF;}
	a.topNavLink:hover, a.topNavLink:active {color: #6075DD;}
	
	img.topNavImg
	{
		width: 100%;
		height: 27px;
		border: none;
	}

