﻿html, body {
height:100%;
}
body {
font-family:Verdana,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
margin:0px;
padding:0px;
}
h1 {
color:#666644;
font-family:Verdana,Helvetica,sans-serif;
font-size:20px;
font-weight:normal;
margin: 5px 0px 5px 0px;
}
h2 {
color:#8B0000;
font-family:Verdana,Helvetica,sans-serif;
font-size:16px;
font-weight:normal;
margin-top: 0px;
}
h3 {
color:#8B0000;
font-family:Verdana,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
}
h4 {
color:#8B0000;
font-family:Verdana,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
}
h5, dt {
color:#8B0000;
font-family:Verdana,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
}
h6 {
color:#8B0000;
font-family:Verdana,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
}
tfoot, thead {
color:#000000;
font-family:Verdana,Helvetica,sans-serif;
font-size:12px;
}
th {
color:#8B0000;
font-family:Verdana,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
vertical-align:baseline;
}
a:link {
color:#8B0000;
text-decoration:underline;
}
a:visited {
color:#8B0000;
text-decoration:underline;
}
a:active {
color:#8B0000;
text-decoration:underline;
}
a:hover {
color:red;
text-decoration:underline;
}
a img
{
	border-style: none;
	text-decoration: none;
}
small {
font-size:8px;
}
big {
font-size:14px;
}
blockquote, pre {
font-family:Lucida Console,monospace;
}
ul li {
list-style-type:square;
}
ul li li {
list-style-type:disc;
}
ul li li li {
list-style-type:circle;
}
ol li {
list-style-type:decimal;
}
ol ol li {
list-style-type:lower-alpha;
}
ol ol ol li {
list-style-type:lower-roman;
}
hr 
{
	background-color: #696969;
	color:#696969;
	height:1px;
	text-align:left;
	clear: both;
	border: none;
}
legend
{
	color: #000000;
	font-weight: bold;
}