﻿
h1
{
	font-size: 18px;
	color: #006699;
	font-style: normal;
	text-indent: 0px;
}
h2
{
	font-size: 15px;
	color: #006699;
}
h3
{
	font-size: 16px;
	color: #999999;
	font-style: italic;
	font-weight: bolder;
	text-decoration: underline;
	text-align: center;
}
h4
{
	font-size: 30px;
	color: #9dab8b;
	font-weight: bolder;
	text-decoration: underline;
	text-indent: 300px;
	font-style: italic;
	/**white-space:nowrap;**/
}
a
{
	color: #006699;
}

a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: #9dab8b;
}
a:active
{
	text-decoration: none;
}

ul.NoList
{
list-style:none;
}

ul.NoList .footerLink
{
display:inline; margin-right:20px;
}
p
{
	text-indent: 40px;
}
