/* @override 
	http://localhost:3000/stylesheets/content.css?1218130359
	http://localhost:3000/stylesheets/content.css
*/

h1, h2, h3, h4, h5, h6 {
  margin: 0.7em 0 0.3em 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  color: #333;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.4em;
}

h2.page_title {
  font-size: 25px;
  line-height: 1.2em;
  background-position: 98.6% 10px;
  background-repeat: no-repeat;
  border-bottom: 2px solid #e4e4e4;
  margin: 0 0 9px 0.2em;
  padding: 9px 0;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.8em;
}

p {
  margin: 0 0 0.7em 0;
  line-height: 1.4em;
}

ul, ol {
  margin: 1em 0 1em 2em;
}

li {
  line-height: 1.4em;
  margin: 0 0 1em 0;
  padding: 0;
}

li ul {
  font-size: 0.9em;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

a {
	color: #829347;
	text-decoration: none;
}

a:hover {
	color: #5f6e2b;
}

table.styled {
  width: 93%;
  margin: 1em 3%;
}

table.styled th, table.styled td {
  padding: 5px;
  border: 1px dashed #ccc;
}

table.styled .header th, table.styled .header td {
  background: #eee;
  font-weight: bold;
}

table.styled .alt th, table.styled .alt td {
  background: #fafafa;
}

table.styled th {
  font-weight: bold;
}

.section_summary {
  margin: 20px 0;
}

table.summary_table th {
  width: 215px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #777;
}

table.summary_table th img {
  border: 2px solid #dbdbdb;
}

table.summary_table td {
  padding: 10px 10px 1px 15px;
}

.section_summary h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
}

.section_summary h3 em {
  font-size: 11px;
  margin-left: 5px;
}

.section_summary p {
  font-size: 12px;
}

#content .content {
  padding: 0 5px;
}