body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}
a:link, a:visited, a:active {
	color: #601420;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a img {
	border: 0;
}
hr {
	margin: 0 0 15px 0;
	color: #333;
	border: 0;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6, strong {
	color: #601420;
}
p {
	margin: 0px 0 10px 0;
	line-height: 150%;
	font-size: 13px;
	text-align: justify;
}
h1 {
	color: #601420;
	font-family: 'Lusitana', serif;
	margin: 10px 0 10px 0;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px dotted #601420;
  text-align: left;
}
h2 {
	margin: 10px 0 4px 0;
  font-family: 'Lusitana', serif;
	font-size: 1.1em;
	font-weight: normal;
  text-align: left;
}
h3 {
	margin: 10px 0 20px 0;
	font-size: 0.9em;
	font-weight: normal;
	border-bottom: 0px solid #0e4c5e;
  text-align: left;
}
h4 {
	margin: 10px 0 0 0;
	font-size: 1em;
  text-align: left;
}
h5 {
	margin: 10px 0 0 0;
	font-size: 0.9em;
  text-align: left;
}
h6 {
	margin: 3px 0 0 0;
	font-size: 0.75em;
  text-align: left;
}
form {
	margin: 0;
}
table {
	margin: 10px;
}
li {
	padding-bottom: 0px;
	font-size: 0.82em;
}
ul {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
	list-style-type: square;
}
ul ul li {
	font-size: 0.9em;
}
ol {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
}
blockquote {
	background-color: #e0f2c6;
	padding: 3px;
	border-left: 6px solid #497024;
	margin: 3px 0 20px 0;
	color: #000;
}
pre, .code {
	color: #333;
	padding: 6px 0 20px 6px;
	border-top: 1px solid #497024;
	border-right: 1px solid #497024;
	border-bottom: 1px solid #497024;
	border-left: 6px solid #497024;
	background-color: #fff;
	margin: 3px 0 20px 0;
	font-size: 1em;
	overflow: auto;
	line-height: 2.2em;
}