/* ----------------------------------------------------- *//* Dunsurfin Print CSS*//* Last edited  10 April 2003 *//* ----------------------------------------------------- *//* Left Column *//* ----------------------------------------------------- */div#left_column {	display: none;	float: left;	width: 0; 	text-align: left;	padding-right: 0px;	border-top: none;	}/* Right Column *//* ----------------------------------------------------- */div#right_column {	display: none;	}/* Center Column (Main Content) *//* ----------------------------------------------------- */div#main_content {	width: auto;	border: 0;	padding: 25px 0 0 0;	margin: 0%;	}/* Header *//* ----------------------------------------------------- */	#header {	display: none;	}	/* Search *//* ----------------------------------------------------- */#search {	display: none;	}/* Breadcrumbs *//* ----------------------------------------------------- */#breadcrumbs {	display: none;	}		/* Links *//* ----------------------------------------------------- */a {	font-family: verdana, geneva, arial, helvetica, sans-serif; 	color: #69c; 	background: transparent; 	text-decoration: none;	font-weight: bold; 	}a:link {	color: #69c; 	background: transparent;	text-decoration: none;	font-weight: bold; 	}a:visited {	color: #69c; 	background: transparent;	text-decoration: none;	font-weight: bold; 	}/* General Elements *//* ----------------------------------------------------- */h1, h2, h3, h4, h5, h6 {	color: #000000;	}