﻿body
{
	background-attachment: scroll;
	background-image: url(help.gif);
	background-repeat: no-repeat;
	background-position-x: right;
}

h1
{
	font-size: 11pt;
	font-family: Verdana;
	color: #003399;
	text-decoration: underline;
}

h2
{
	font-size: 11pt;
	font-family: Verdana;
	color: navy;
}

h3
{
	font-size: 10pt;
	font-family: Verdana;
	color: navy;
}

h4
{
	font-size: 8pt;
	font-family: Verdana;
	color: navy;
}

A 
{
	color: blue;
	font-family: 'Arial';
	font-size: 9pt;
	text-decoration: underline;
}

A:active 
{
	color: blue;
	font-family: 'Arial';
	font-size: 9pt;
	text-decoration: underline;
}

A:hover
{
	color: blue;
	font-family: 'Arial';
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

A:link 
{
	color: blue;
	font-family: 'Arial';
	font-size: 9pt;
	text-decoration: underline;
}

A:visited
{
	color: blue;
	font-family: 'Arial';
	font-size: 9pt;
	text-decoration: underline;
}

.HowDoIArticle ol
{
	font-size: 8pt;
	font-family: Verdana;
}

.HowDoIArticle p
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	left: 5px;
	top: -15px;
	position: relative;
}

.HeaderText
{
	font-size: 7pt;
	font-family: 'Verdana';
	color: #0580c6;
}

p
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
	position: relative;
}

ul
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
	position: relative;
}

.NoteTable table
{
	background-color: whitesmoke;
	border:solid 1px Gray;
}
.NoteTable th
{
	font-size: 10pt;
	font-family: Arial;
	background-color: lightgrey;
	color: navy;
	font-weight: bold;
}
.NoteTable td
{
	font-size: 8pt;
	font-family: Verdana;
	background-color: whitesmoke;
	color: navy;
	font-weight: normal;
}