*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000;
	font-family: Times, "Times New Roman", Georgia, Serif;
	font-size: 12px;
	line-height: 120%;
}

/* tabs */

div.row
{
	display: none;
}

/* recipe area */

div#core h1
{
	color: #000;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
}

div#core div.section
{
	margin-bottom: 15px;
}

div#core div.section div.subhead
{
	float: left;
	width: 100px;
	text-align: right;
	color: #000;
	font-weight: bold;
}

div#core div.section div.paragraph
{
	margin-left: 110px;
}

div#core div.section div.indent
{
	margin-left: 125px;
	text-indent: -15px;
}

div#core div.section div.paragraph a
{
	text-decoration: none;
}

div#core div.section div.paragraph div#image
{
	display: none;
}

div#core div.section div.separator
{
	margin: 5px 0 5px 120px;
	font-style: italic;
}

div#core div.section div.paragraph div.number
{
	float: left;
	width: 15px;
}

div#core div.section div.paragraph div.instruction
{
	margin-left: 18px;
}

div#core div.section div#header
{
	text-align: center;
}

div#core div.section div.introduction
{
	margin: 10px 20px;
}

div#core div#navbar
{
	display: none;
}

#pop_window
{
	display: none;
}

/* copyright notice */

div#copy
{
	color: #666;
	font-size: 10px;
	text-align: center;
}

