﻿body
{
	font-family : Verdana, Arial, Tahoma, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 12px;
	color: #333;
	padding: 0px;
	margin: 0px;

	line-height: 1.7em;
	letter-spacing: 0.04em;
	overflow: auto;
}

html
{
	height: 100%;
}

h1 {
	color: #254F80;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h2 {
	color: #254F80;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 8px 0;
	padding: 8px 0;
	text-decoration: none;
}

a, a:link, a:visited, a:active {
	color: #C65900;
	text-decoration: none;
}

a:hover
{
	background-color: #EEEEEE;
}

a.h, a[target='_blank']
{
	white-space: nowrap;
}

a.h:before, a[target='_blank']:before
{
	content: url('hyperlink.gif');
	margin: 0px 3px;
}

p {
	margin: 5px 0 12px;
	padding: 0;
}

ul, ol {
	color: #254F80;
	line-height: 1.5;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	vertical-align: bottom;
}

ul {
	list-style: none outside url("bulletpoint.gif");
}

ul li, ol li {
	margin-bottom: 10px;
}