BODY
{
	background-color: White;
	background-position: right top;
	background-attachment: scroll;
	background-image: url(iGainLogo.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

DT
{
	list-style-type: decimal;
}

A:link
{
	color: blue;
}
A:visited
{
	color: blue;
}
A:hover
{
	color: red;
}
A:active
{
	color: blue;
}

.Button, .Dialog, .Field, .FileName, .IconName, .Menu
{
	font-weight: bold;
}

.Category, .Function, .Mode
{
	font-style: italic;
}

H1
{
	font-size: 1.5em;
}

H2.right
{
	margin-top: 0px;
	margin-bottom: 0px;
}

H2
{
	font-size: 1.25em;
	margin-bottom: 8px;
}

H3
{
	font-size: 1em;
	margin-bottom: 8px;
}

OL.lower
{
	list-style-type: lower-alpha;
}

IMG.left
{
	clear: left;
	float: left;
	margin-right: 10px;
}

DIV.back
{
	float: right;
	width: 90px;
	height: 90px;
}

P, OL, UL
{
	margin-top: 5px;
	margin-bottom: 8px;
}

table
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	width: 100%;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}
td
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
