/* CSS Document */

	.txtl {
		color:#000000;
		text-decoration:underline;
		}
	
	a:hover.txtl {
		color:#000000;
		text-decoration:none;
		}

	.txtli {
		color:#006600;
		text-decoration:underline;
		}
	
	a:hover.txtli {
		color:#006600;
		text-decoration:none;
		}
		
.red {
	color: #FF0000;
	padding-right: 10px;
}