/*
//  Created by Joost Schuttelaar on 2007-06-11.
//  Copyright (c) 2007 Joost Schuttelaar. All rights reserved.
*/
/*  flatten everything, every browser will look the same (bad) */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}
a img {
	border: 0;
}
a:hover {
	text-decoration: none;
}
body {
	font-family: verdana, sans-serif;
	color: #4f4a31;
	font-size: 9pt;
	line-height: 1.6em;
	background-image: url(background.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #3a1f19;
	text-align: center;
	margin: 19px;
}
ul {
	margin-left: 1.6em;
	margin-bottom: 1.6em;
}
ol {
	margin-left: 1.6em;
}
ol ol {
	list-style-type: upper-alpha;
}
a {
	color: #3a1f19;
}
div#content {
	width: 759px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
table.layout {
	border-collapse: collapse;
	margin-bottom: 1.6em;
}
table.layout td {
	vertical-align: top;
}
td.column_left {
	width: 490px;
	padding-right: 19px;
	font-family: verdana, sans-serif;
	color: #4f4a31;
	font-size: 9pt;
	line-height: 1.6em;
}
div#date {
	background-image: url('header_date_background.png');
	background-repeat: no-repeat;
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 2pt;
	color: white;
	padding-top: 4px;
	padding-right: 32px;
	height: 20px;
}
div#slogan {
	text-align: center;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}
div#disclaimer {
	font-size: 80%;
}
td.column_right {
	font-family: verdana, sans-serif;
	color: #501700;
	font-size: 9pt;
	line-height: 1.6em;
}
p {
	margin-bottom: 1.6em;
}
h1 {
	color: #9f9500;
	font-size: 120%;
	font-weight: bold;
	font-family: century gothic, helvetica, arial, sans-serif;
}
h2 {
	color: #4f4a31;
	font-size: 100%;
	font-weight: bold;
	font-family: century gothic, helvetica, arial, sans-serif;
}
h3 {
	font-family: century gothic, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	font-style: italic;
}
p.note {
	font-size: 80%;
}
em {
	color: #6f1d19;
}
div#in_this_newsletter {
	background-color: #9f9500;
	background-image: url('contents_bottom.png');
}
div#colophon {
	background-color: #4f4a31;
	background-image: url('colophon_bottom.png');
}
div#in_this_newsletter a {
	text-decoration: none;
}
div#in_this_newsletter a:hover {
	text-decoration: underline;
}
div.right_block {
	background-color: #9f9500;
	background-image: url('block_bottom.png');
	color: white;
	margin-bottom: 1.6em;
	width: 222px;
	padding-left: 14px;
	padding-right: 14px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 12px;
}
div.right_block_dark {
	background-image: url('block_dark_bottom.png');
	background-color: #4f4a31;
	color: white;
	margin-bottom: 1.6em;
	width: 222px;
	padding-left: 14px;
	padding-right: 14px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 12px;
}
div.right_block a {
	color: white;
}
div#recipe {
	margin-top: 1.6em;
}
p.figure_description {
	font-size: 80%;
	text-align: center;
}
table.spreadsheet {	
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border-collapse: collapse;
	border: 2px #4f4a31 solid;
	margin-top: 0px;
}
table.spreadsheet th {	
	border-bottom: 1px solid #4f4a31;
	background-color: #4f4a31;
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding: 3px;
}
table.spreadsheet td {
	border-right: 1px solid #4f4a31;
	border-bottom: 1px solid #4f4a31;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #4f4a31;
	background-color: white;
	text-align: left;
	padding: 3px;
}
