H1
{	font-weight: bold;
	font-size: 24px;
	color: navy;
	line-height: 36px;
	font-family: Futura, Arial, sans-serif;
	text-align: left
}

H2
{	font-weight: bold;
	font-size: 20px;
	color: navy;
	line-height: 28px;
	font-family: Futura, Arial, sans-serif;
	text-align: left
}

H3
{	font-weight: bold;
	font-size: 14px;
	color: black;
	line-height: 20px;
	font-family: Futura, Arial, sans-serif;
	text-align: left
}


P
{	font-weight: normal;
	font-size: 13px;
	color: black;
	line-height: 18px;
	font-family: Futura, Arial, sans-serif;
	text-align: justify
}

P.small {font-size: 12px; line-height: 14px; text-align: left}
P.bold	{font-weight: bold}
P.right	{text-align: right}
P.left	{text-align: left}
P.justify {text-align: justify}
P.center {text-align: center}


LI
{	font-weight: normal;
	font-size: 13px;
	color: black;
	line-height: 18px;
	font-family: Futura, Arial, sans-serif;
	text-align: left;
	padding-bottom: 2px
}


A
{	font-weight: normal;
	color: navy;
	font-family: Futura, Arial, sans-serif;
	text-decoration: underline
}

A.button {color: white;	text-decoration: none}
A.button:hover {color: #ff9473}
A:hover {color: red}
A.hide {color: black}
A.hide:hover {color: black}

