@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
	border:0px;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	color: #666;
}

body {
	background-color: #f4f4f4;
	position: relative;
	font-size: 14px;
}
body,html {
	width: 100.00%;
	height: 100.00%;
}
* {
	font-family: "Times New Roman", Times, serif;
	color: #666;
}
html {
	font-size:100.00%;
	width: 100%;
	height: 100%;
}
form *{
	color: #666;
}
table {
	background-color: #FFF;
}
caption {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	font-weight:normal;
	color: #3f1f0e;
	line-height:1em;
	letter-spacing: -0.04em;
}
small {
	color: #9a9a9a;
	font-size: 1em;	
}
h1{
	font-size:3.2em;
	line-height:1;
	padding-bottom:.1em;
	padding-top:.1em;
}
h2 {
	font-size:1.8em;
	padding-bottom:.2em;
	padding-top:.1em;
	text-transform: uppercase;
	text-decoration: none;
	font-style: italic;
}
h3 {
	font-size:1.8em;
	padding-bottom:.2em;
	padding-top:.1em;
	text-decoration: none;
	font-style: italic;
}
h4 {
	font-size:1.8em;
	padding-bottom:.2em;
	padding-top:.1em;
	text-decoration: none;
	font-style: italic;
}
h5 {
	font-size:1.6em;
	padding-bottom:.2em;
	padding-top:.1em;
}
h6 {
	font-size:1.4em;
	padding-bottom:.2em;
	padding-top:.1em;
}
p {
	font-size: 1em;
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1em;
}
p img.left {
	float:left;
	margin:.8em .8em .8em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:.8em 0 .8em .8em;
}
a:focus, a:hover {
	text-decoration: underline;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration:none !important;
}
a:active {
	text-decoration:none !important;
}
blockquote {
	margin:.8em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 .8em;
	font-style:italic;
}
del {
	color:#666;
}
pre {
	margin:.8em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:.8;
}
li ul, li ol {
	margin:0 .8em;
}
ul, ol {
	margin:0 .8em .8em 2em;
}
ul li{
	list-style-type:none;
	list-style-image: url(../images/marker.png);
	list-style-position: outside;
	text-align: justify;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul li span {
	color:#666;
}
ol {
	list-style-type:decimal;
}
ol li {	
	text-align: justify;
}
dl {
	margin:0 0 .8em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:.8em;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
thead th {
	background:#c3d9ff;
}
caption {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#e5ecf9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:.8em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	font-size: 1.2em;
}
.removed {
	text-decoration: line-through;
	font-size: .9em;
	color: #999;
}