a { color: #46502B; }
a:visited { color: #909680; }
a:hover, a:visited:hover { color: #7c1300; }

body {
  background-color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
}

h1, h1 a {
  font-size: 20pt;
  margin: .4em 0 .5em;
  color: #7C1300;
  text-decoration: none;
}
h1 a:hover {
	color: #7C1300;
	border-bottom: 1px dotted #666;
}

h1 .supplemental {
	font: normal 10pt Verdana, sans-serif;
	color: #333;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
  margin: .3em 0 .2em;
}
h2 {
  margin: 0 0 .2em;
  font-size: 16pt;
}
h3 {
  font-size: 14pt;
  font-weight: normal;
} 
h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}

h4 {
	font-size: 11pt;
  font-weight: bold;
}
h5 {
	font-size: 11pt;
  font-weight: normal;
}
h6 {}
p {	margin: 0 0 1em; line-height: 1.5; }
ul, ol {
	margin: 0 0 1em 2em;
}

ul.checkbox { list-style: none; padding: 0; margin: 0 0 1em 1em; }
ul.checkbox li:before { content: "\2610 \0020"; margin-left: -1.4em; font-size: 14px; padding-left: 0; }
ul.checkbox li { margin: 0 0 1em 1em; font-size: 12px; padding-left: 0; }

ul.stripe { list-style: none; margin: 0 0 2em 0em; padding: 0; }
ul.stripe li { padding: 3px 0 3px 5px; border-left: 3px solid #F2F3EF; }
ul.stripe li:nth-child(2n) { background-color: #F2F3EF; }

li {
line-height: 1.5;
}

.info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}

.entry .info {
  background-color: #f7f3e8;
  margin-top: 1em;


div.notice, p.notice, div.notice-blue, p.notice-blue, div.notice-green, p.notice-green {
	border: 1px solid #ccc;
	padding: 8px 8px 0;
	margin: 0 0 1em;
}
p.notice, div.notice { background-color: #ffc; }
p.notice-blue, div.notice_blue { background-color: #DEE7EB; }
p.notice_green, div.notice_green {	background-color: #DADCD5; }

p.notice, p.notice_blue, p.notice_green { padding: 8px; }