/* CSS Document */
	.noprint {
		display: none;
	}
	.floatleft{
		float: left;	
	}
 	.noborder{
		border: 0px;
	}
	.topborder{
		border-top: 2px solid #000000;
		border-left: 0px;
		border-right: 0px;
		border-bottom: 0px;
	}