﻿body 
{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
}

#container
{
	background-color: #ffffff;
	width: 80%;
	max-width: 1000px;
	min-width: 800px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
}

#tblHelp .HeaderRow
{
	background-color: #000066;
	color: #ffffff;
	font-weight: bold;
}

#tblHelp .HeaderRowSmall
{
	background-color: #000066;
	color: #ffffff;
	font-size: 11px;
}

#tblHelp .Row1
{
	background-color: #eeeeee;
}

#tblHelp .Row2
{
	background-color: #dddddd;
}

#tblHelp
{
	text-align: left;
	padding: 5px 5px 5px 5px;
}

#tblHelp a
{
	text-decoration: none;
}

#tblHelp a:link
{
	color: #3333cc;
}

#tblHelp a:visited
{
	color: #3333cc;
}

#tblHelp a:hover
{
	text-decoration: underline;
	color: #ff6600;
}

#tblHelp .SpacerRow td
{
	height: 15px;
}

.dl_pdf_link
{
	padding-left: 20px;
	background-image: url(/images/dl_pdf_icon.gif);
	background-repeat: no-repeat;
}

.dl_exe_link
{
	padding-left: 20px;
	background-image: url(/images/dl_exe_icon.gif);
	background-repeat: no-repeat;
}

