@CHARSET "UTF-8";
/* Jesse Jordan 2009 */ 
div.jsimple {
	/*TODO: background-color*/
	color: black;
	font-family: arial, sans-serif;
	font-size: 10pt;
	line-height: 1.2;
	padding: 15px;
}

.jsimple strong,.jsimple th {
	font-weight: bold;
}

.jsimple em,.jsimple address,.jsimple caption,.jsimple cite {
	font-style: italic;
}
/*see daily_special, unsubscribe*/
.jsimple table {
	display: table;
	border-spacing: 2px;
	border-collapse: separate;
	border: 1px outset;
}

.jsimple tr {
	display: table-row;
	vertical-align: inherit;
}

.jsimple td {
	border: 1px inset;
	border-collapse: collapse; /* 'none' is not valid CSS3*/
	border-spacing: 2px;
	display: table-cell;
	padding: 1px;
	vertical-align: inherit;
}

/*DEPRECATE unused 2010-10-19
.jsimple th {
	display: table-cell;
	vertical-align: inherit;
	font-weight: bold;
	padding: 1px;
	border-collapse: none;
}
*/

.jsimple p {
	display: block;
	margin: 1em 0;
}

.jsimple blockquote {
	display: block;
	margin: 1em 40px;
}

.jsimple address {
	display: block;
	font-style: italic;
}

.jsimple center {
	display: block;
	text-align: center;
}

.jsimple h1 {
	/*TODO: background-color*/
	color: #F38235;
	display: block;
	font-size: 13pt;
	font-weight: bold;
	line-height: 1.5;
	margin: .67em 0;
}

.jsimple h2 {
	display: block;
	font-size: 11pt;
	font-weight: bold;
	margin: .83em 0;
}

.jsimple h3 {
	display: block;
	font-size: 1.17em;
	font-weight: bold;
	margin: 1em 0;
}

.jsimple h4 {
	display: block;
	font-weight: bold;
	margin: 1.33em 0;
}

.jsimple h5 {
	display: block;
	font-size: 0.83em;
	font-weight: bold;
	margin: 1.67em 0;
}

.jsimple h6 {
	display: block;
	font-size: 0.67em;
	font-weight: bold;
	margin: 2.33em 0;
}

.jsimple ul {
	display: block;
	list-style-type: disc;
	margin: 1em 0;
	padding-left: 40px;
}

.jsimple ol {
	display: block;
	list-style-type: decimal;
	margin: 1em 0;
	padding-left: 40px;
}

.jsimple li {
	display: list-item;
}

.jsimple pre,
.jsimple code {
	display: block;
	margin: 1em 0;
	font-family: "Courier New", monospace;
	white-space: pre;
}

