/* CSS Document */
	.LeftNav3On {
		font-family: Verdana, Arial;
		font-size: 9px;
		font-weight: bold;
		color: #006CB4;
		background-color: #E3E8DE;
	}
	.LeftNav3Off {
		font-family: Verdana, Arial;
		font-size: 9px;
		color: #006CB4;
		background-color: #E3E8DE;
	}
	.LeftNav3Hover {
		font-family: Verdana, Arial;
		font-size: 9px;
		color: #7E925E;
		background-color: #E3E8DE;
	}

	a.LeftNav3 {
		color: #006CB4;
		text-decoration: underline;
	}
	a.LeftNav3:link {
		color: #006CB4;
	}
	a.LeftNav3:active {
		color: #006CB4;
	}
	a.LeftNav3:visited {
		color: #006CB4;
		text-decoration: underline;
	}
	a.LeftNav3:hover {
		color: #7E925E;
		text-decoration: underline;
	}
	
