body
{
	font-size: 10pt;
	font-family: Verdana, helvetica, Arial, sans-serif;
	text-align: center;
	background-color: gainsboro;
	margin-top: .75em;
	margin-bottom: 0;
}
div.page 
{
	max-width: 54em;	/* all other tags max-width must match or less*/
	min-width:30em;
	text-align:left;
	margin:0 auto;
	padding:0 .5em .5em .5em;
	background-color:White;
	border-radius:.5em;
}

h1
{
	font-size: x-large;
}
h2
{
	font-size: large;
}
h4
{
	font-size: 10.5pt;
	color: red;
	margin-bottom: 0em;
}
h5
{
	font-size: 9pt;
	margin-bottom:.5em;
}
h6
{
	font-size: 8.5pt;
	margin-bottom:.5em;
}
td
{
	font-size: 9pt;	
}
th 
{
	font-size: 9pt;	
	font-weight:normal;
	background-color:#ddebfb;
}

.title_key
{
	font-size: 10.5pt;
	color: red;
	font-weight:bold;
}
table
{
/*	border-bottom-style:solid;
	border-bottom-color:Black;
	border-top-style:solid;
	border-top-color:Blue;*/
}
table.pagehdr 
{
	/* IE collapses table/first row td top padding, other browsers don't */
	padding-top:0.25em;
}
table.pagehdr td
{
	/* allow aplus affliate iframe in links page. affliate image will have no padding */
	padding-top:1em; 
	padding-bottom:1em;
}

table.img td
{
	text-align:center;
	max-width:54em;
}
table.pageNav {
	empty-cells:show;
 	border:0;
}
table.pageNav th {
	border-right: none;
}
table.pageNav td {
	height:16px;
	border-right: none;
	border-bottom: none;
	padding-left:0.25em;
	padding-right:0.25em;	
}
p.no_margintop
{
	margin-top:0em;
}
p.seealso 
{
	margin-top:2em;
	margin-bottom:-.5em;
}
img 
{
	border:none;
	/* IE bug: scales down image if bigger than max width but uses image 
	   original size when determining containing element width
	*/
	max-width:54em;
}
p 
{
	max-width: 52em;
	min-width:18em;	
}

p.last 
{
	margin-bottom:0em;
}

pre 
{
	white-space:pre-wrap;
}

hr 
{
	max-width: 54em;
	margin-left:0em; /* for Firefox */
}

ol 
{
	max-width: 46em;
	padding-left: 2.8em;
	margin-left: 0.1em;
}

/* IE would not show list item number/symbol */
ul
{
	max-width: 46em;
	padding-left: 2em;
	margin-left: 0.0em;
}

ol li
{
	margin-bottom:1em
}

/*li 
{
	max-width: 50em;
}
*/

.label
{
	background-color:#ddebfb;
}

.code {
	font-size: small;
	font-family: Consolas, Courier New;
	BACKGROUND-COLOR:#dcdcdc;
	margin-top:.5em;
	margin-bottom:.5em;
	padding-top:.75em;
	padding-bottom:.75em;
}

