/*  Base  */
body, table, td, th { font-family: Arial, Helvetica, "Helvetica Neue", sans-serif; font-size: 13px;	line-height: 17px; }
body { background-color: white; }
table, td, th { background-color: white; }

body {
	background-color: white;
	margin: 15px auto;
	width: 750px;
}

/*  Link styles  */
a:link, a:visited, span.link { text-decoration: underline; color: #114176; }

/*  Paragraph, header and other block styles  */
p { margin: 1em 0; }
h1 { margin: 2em 0 1em; font-size: 26px; line-height: 34px; color: #313f11; }
h2 { margin: 2em 0 1em; font-size: 20px; line-height: 22px; color: #313f11; }
h3 { margin: 2em 0 1em; font-size: 16px; line-height: 20px; color: #313f11; }
h4 { margin: 1em 0; font-size: 1em; color: #313f11; }

.center { text-align: center; }
blockquote { margin: 1em 2em 2em; font-style: italic; }
div.q_attrib { margin: 0 2em; text-align: right; font-style: normal; }

/*  Content sections  */

/*  Images  */
img { border: 0; }
.illo { float: right; margin: 0 0 1em 1em; }
p.caption { margin: 1em 0; font-size: 11px; font-style: italic; line-height: 14px;}
