

/* ########################################################## */
body {
	padding: 0;
	margin: 0;
	width: 650px;
}

img {
	padding: 5px;
	border: 0px solid #ffffff;
}

.clear {
	clear:both;
}

.clearRight {
	clear: right;
}

.flLeft { float:left; }
.flRight { float:right; }
/* ########################################################## */
.print_article {
	height:30px;
	width: 100px;
}
.print_logo {
	padding-bottom: 0px;
	width:600px;
}

.print_content {
	width:610px;
	padding-left: 20px;
	font-family: Tahoma, Arial, sans-serif;
  	font-size: 12px;
  	font-style: normal;
  	line-height: 16px;
  	font-weight: normal;
  	font-variant: normal;
  	color: #333336;
  	text-transform: none;
  	text-decoration: none;
}

.print_location {
	width:650px;
	border-top: 2px solid #cf035c;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 11px;
}
/* ########################################################## */


.tlink {

  	font-family: Tahoma, Arial, sans-serif;

  	font-size: 11px;

  	font-style: normal;

  	line-height: 16px;

  	font-weight: normal;

  	font-variant: normal;

  	color: #333336;

  	text-transform: none;

  	text-decoration: none;

	}

a.tlink:link {

	    color:#cf035c;

	}

a.tlink:hover {

	    color:#898995;

	}

a.tlink:active {

	    color:#cf035c;

	}

a.tlink:visited {

	    color:#898995;

	}
