acronym
{
	cursor: help;
	border-bottom: #FC0;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	font-variant: normal;
}

span.yellow
{
	color: #FC0;
	background-color: inherit;
}

body
{
	margin: 1em;
	color: #000;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 140%;
	background-color: #999;
	background-image: url(../img/background.png);
	background-attachment: fixed;
}

div#box div#printTitle
{
	display: none;
}

div#box
{
	width: 740px;
	margin: 0 auto;
	padding: 0;
}

div#box div#top
{
	width: 740px;
	height: 80px;
	margin: 0 0 1em 0;
	padding: 0;
	color: inherit;
	background-color: #ABABAB;
	background-image: url( ../img/header.png );
	background-repeat: no-repeat;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

div#box div.middle
{
	width: 700px;
	margin: 0 0 1em 0;
	padding: 20px 20px 15px 20px;
	color: inherit;
	background-color: #ABABAB;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

div#box div.middle p
{
	margin: 0.5em 0;
	padding: 0;
	text-align: justify;
}

div#box div.middle p.first
{
	margin-top: 0;
}

div#box div.middle p.last
{
	margin-bottom: 0;
}

div#box div.thumbs
{
	width: 700px;
	margin: 0 0 1em 0;
	padding: 20px 20px 15px 20px;
	color: inherit;
	background-color: #ABABAB;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}

div#box div.thumbs a.thumb,
div#box div.thumbs a.thumb:hover
{
	color: inherit;
	background-color: #ABABAB;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	text-decoration: none;
}

div#box div.thumbs img.space
{
	width: 20px;
	height: 126px;
	margin: 0;
	padding: 0;
}

div#box div.thumbs a.thumb img
{
	border-width: 0;
	border-style: none;
}

div#box div.list
{
	margin: 0;
	padding: 0 1em;
}

div#box div.list p.task
{
	margin: 0;
	padding: 0 0 0 2em;
	text-indent: -1em;
	text-align: left;
}

div#box div.list p.task:first-letter
{
	color: #FC0;
	background-color: inherit;
	font-size: 125%;
}

div#box a
{
	color: #000;
	background-color: inherit;
	font-style: normal;
	border-bottom: #FC0;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	text-decoration: none;
}

div#box a:hover
{
	color: #FC0;
	background-color: #666;
	border-style: none;
	text-decoration: none;
}

div#box p a.note
{
	color: #FC0;
	background-color: inherit;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	vertical-align: 4px;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

div#box p a.note:hover
{
	color: #FC0;
	background-color: #666;
	text-decoration: none;
	font-weight: bold;
}

div#box p a.recipe
{
	font-style: italic;
}

div#box td
{
	vertical-align: top;
	padding: 0.25em 0;
}

div#box td.column
{
	padding-right: 1em;
}

div#box td.one
{
	border-color: #FC0;
	border-width: 1px;
	border-style: solid none none none;
}

div#box td.two
{
	border-color: #FC0;
	border-width: 2px;
	border-style: solid none none none;
}

div#box td p.note
{
	margin: 0;
	padding: 0 0 0 1em;
	font-size: 12px;
	line-height: 140%;
	text-indent: -1em;
	text-align: left;
}

div#box div#button
{
	padding: 0;
	margin: 0;
	text-align: center;
}

div#box div#button a#anchor,
div#box div#button a#anchor:hover
{
	color: inherit;
	background-color: inherit;
	border-width: 0;
	border-style: none;
	text-decoration: none;
}

div#box div#button a img
{
	border-width: 0;
	border-style: none;
}

div#box div#bottom
{
	width: 700px;
	margin: 0;
	padding: 20px 20px 5px;
	color: inherit;
	background-color: #ABABAB;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

div#box div.footnote
{
	font-size: 13px;
	line-height: 1.2em;
	margin: 0.5em 0 0 0;
	padding: 0;
	clear: left;
}

div#box div.footnote div.footnoteNumber
{
	float: left;
	text-align: right;
	width: 1.5em;
	padding-right: 0.5em;
	font-weight: bold;
}

div#box div.footnote a.noteNumber
{
	color: #FC0;
	background-color: inherit;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

div#box div.footnote a.noteNumber:hover
{
	color: #FC0;
	background-color: #666;
	text-decoration: none;
	font-weight: bold;
}

div#box div.footnote div.footnoteText
{
	padding-left: 2em;
}

div#copy
{
	margin: 0;
	padding: 0;
	color: #666;
	background-color: inherit;
	font-size: 9px;
	text-align: center;
}

div#qTip {
  display: none;
  position: absolute;
  padding: 0.25em;
  color: #000;
  background-color: #FFC;
  border: 1px solid #333;
  font-size: 10px;
  line-height: 10px;
  text-align: left;
  z-index: 1000;
}

