/*                                             PRINT STYLE 
__________________________________________________________
*/

	body.recipe, body.recipe p {
		font-family: Verdana, 'Trebuchet MS', sans-serif;
		font-size: 12px;
		line-height: 19px;
		color: #000000;
	}

	body.recipe p {
		padding: 12px 0 0;
	}

	body.recipe div#box {
		margin: 0 auto;
		width: 6in;
		padding: 0;
		border: 2px dashed #bcadd1;
	}

	body.recipe div#copy {
		margin: 0 auto;
		width: 5.3in;
		padding: .35in .35in .30in .35in;
	}

	body.recipe div#box img {
		margin: 0 auto;
		padding: 0;
		width: 6in;
		height: auto;
	}

	body.recipe h4 {
		font: 22px 'QuicksandBook', 'Trebuchet MS', sans-serif;
		color: #492275;
		margin: 0;
		padding: 0;
	}
	
	body.recipe address {
		margin: 0;
		font-size: 11px;
		font-style: normal;
		color: #707070;
	}
	
	body.recipe ul {
		font-size: 12px;
		line-height: 15px;
		padding: 15px 0 0 35px;
		margin: 0;
		list-style-image: url(images/bullet.gif);
	}
	
	body.recipe li {
		margin-bottom: 3px;
		font-size: 12px;
		text-decoration: none;
		cursor: text;
		text-align: left;
	}
	
	