html 
{
	overflow-y: scroll;
}

body
{
	background: url(backing.gif);
	font-family: Arial;
	font-size: 10pt;
	background-color: #D5D7D9;
	text-align:center;	
	color: #FFFFFF;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	scrollbar: true;
}

a
{
	font-weight: bold;
}
	
a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover 
{
	color: #99B4D6;
	text-decoration: none;	
}

img
{
	border: none;
}

div.container
{
	width: 98%;
	margin: 1%;
}

table.ContentsTable 
{
	background: url(backingBlue.gif);
	text-align: center;
	font-size: 9pt;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	margin-bottom: 16px;

}

td#HeadingCell
{
	text-align: left;
	font-size: 24pt;
	color: #FFFFFF;
	border: 0px;
	background: url(title.jpg);
	width: 25%;
	height: 64px;
}

td#LinkCell
{
	text-align: center;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #99B4D6;
	background: url(gradientButton.gif) repeat-x top #FFFFFF;
	width: 20%;
	height: 17px;
	padding: 2 2 2 2;
}

span#Button
{
	text-align: center;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #99B4D6;
	background: url(gradientButton.gif) repeat-x top #FFFFFF;
	height: 12px;
	padding: 2 16 2 16;
}

td#ContentsCell
{
	text-align: left;
	color: #000000;
	border: 0px solid #99B4D6;
	background: url(gradientTop.gif) repeat-x top #FFFFFF;
	width: 25%;
	height: 12px;
	padding: 32 2 2 12;
}

td#DisclaimerCell
{
	font-size: 8pt;
	text-align: right;
	color: #FFFFFF;
	border: 0px solid #99B4D6;
	width: 100%;
	height: 16px;
}


table.SubmenuTable 
{
	background: #162D3B;
	font-size: 8pt;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 183px;
	visibility: hidden;
}


table.SectionTable
{
	font-size: 8pt;
	background: #FFFFFF;
	text-align: left;
	color: #000000;
	border: 0px;
	width: 460px;
	padding: 0 0 0 0;
}

table.ToolSection
{
	border-top: 1px dashed #18303B;
	font-size: 9pt;
	color: #000000;
	width: 95%;
	padding: 2 2 2 2;
}

table.ProductSection
{
	font-size: 9pt;
	color: #000000;
	width: 95%;
	padding: 2 2 2 2;
}

td.ToolSectionHeading
{
	font-weight: bold;
}

td.ToolSectionScreenshot
{
	text-align: left;
	font-weight: bold;
}

td.ToolSectionContents
{
	vertical-align: top;
}

td.ToolSectionFooter
{
	text-align: right;
	font-weight: bold;
}

form.loginform
{
	padding: 8 8 8 8;
}