@charset "utf-8";

body, fieldset {
	font: 12px/120% Arial;
	color: #000000;
        background-color: white;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	line-height: 120%;
	margin: 12px 0 16px 0;
}
h2 {
	font-size: 22px;
	line-height: 120%;
	margin: 10px 0 14px 0;
}
h3 {
	font-size: 18px;
	line-height: 110%;
	margin: 8px 0 12px 0;
}
h4 {
	font-size: 16px;
	line-height: 105%;
	margin: 8px 0 10px 0;
}
h5 {
	font-size: 14px;
	line-height: 100%;
	margin: 6px 0 8px 0;
}
h6 {
	font-size: 13px;
	line-height: 100%;
	margin: 6px 0 4px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}
code, kbd, pre, samp, tt, var {
font: 12px/120% Consolas, "Courier New", monospace;
}
optgroup {
background: #fff;
}
code, dl, dd, form, pre {
margin: 0;
}
a:link, a:visited, ins {
text-decoration: none;
}
a:visited {
color: #505;
}
a:hover {
text-decoration: underline;
}
a:link img, a:visited img, object, fieldset, abbr, acronym {
border: none;
}
sub, sup {
position: relative;
display: inline-block;
font-size: 10px;
line-height: 10px;
}
sub {
top: 2px;
vertical-align: middle;
}
sup {
top: -1px;
margin-top: -11px;
}
abbr, acronym {
cursor: help;
border-bottom: 1px dotted #999;
}
address, cite, dfn {
font-style: normal;
}
code, pre {
white-space: pre-wrap;
}
img {
vertical-align: bottom;
}
td, th, textarea {
vertical-align: top;
}
input, select, button {
overflow: visible;
vertical-align: middle;
}
legend {
color: #000;
margin: 0 0 -2px;
padding: 0;
}
optgroup option {
padding-left: 22px;
}
table {
	border-collapse: collapse;
	border: 1px solid #797979;
}
caption, th {
text-align: left;
}
caption {
	padding-bottom: 6px;
}
td, th {
border: 1px solid #797979;
padding: 0;
}
/*address, blockquote, ol, ul {
padding: 2px 0 2px 12px;
margin: 0px 0 0 12px;
}*/
p {
	margin: 0px 0px 8px 0px;
}
q {
quotes: "\00ab" "\00bb" "\201e" "\201c";
}
q:after {
content: "\00bb";
}
q:before {
content: "\00ab";
}
q > q:after {
content: "\201c";
}
q > q:before {
content: "\201e";
}

