body
{
    background: url(../images/bkgnd.gif);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
}
h1, h2, h3, h4, h5, h6, dt {
	color: #5D88A1;
	margin: 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1
{
    font-size: 22px;
    margin-bottom: 15px;
}
h2 {
	font-size: 20px;
	margin: 0px 0px 10px 0px;
	line-height: 28px;
}
h3 {
	font-size: 18px;
	line-height: 21px;
	margin: 15px 0px 5px 0px;
}
h4, dt  {
	font-size: 14px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}
p, dd {
	margin: 0px 0px 10px 0px;
}
ol {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: lower-roman;
	list-style-position: outside;
	text-indent: 20px;
}
ol li {
	margin: 5px 0px 0px;
	padding: 0px;
	text-indent: 0px;
}
ol li p {
	margin: 0px;
}
ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: square;
	list-style-position: outside;
	text-indent: 20px;
}
ul li {
	color: #5D88A1;
	margin: 5px 0px 0px;
	padding: 0px;
	text-indent: 0px;
}
ul li p {
	color: #000000;
	margin: 0px;
}
a {
	color: #5D88A1;
}
form {
	margin: 0px;
}
input, select, textarea {
	margin: 0px;
}
span.error
{
    display: block;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */
.button
{    font-size: 11px;
    font-family: Tahoma,sans-serif;
    background-color: #698496;
    font-weight: bold;
    color: white;
    border-color: #698496;
    border-width: 1px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 3px;
    padding-left: 3px;
}

