﻿/* styles */

BODY {
	margin: 0px; padding: 0px; background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

H1	{
	color: #369;
	border-top-style: solid; 
	border-top-width: 2px; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

H2	{
	color: #369;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	border-top-style: solid; 
	border-top-width: 1px; 
	font-size: medium;
}

H3	{
	color: #369;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-size: medium;
}

H4, H5	{
	color: #369;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	border-top-style: solid; 
	border-top-width: 1px; 
	font-size: small;
}

P, LI, TD,DIV {
	font-size: 10pt;
}

.caption      { 
	margin-bottom: 3pt;
	color: #036; 
	font: xx-small "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.captionred      { 
	margin-bottom: 3pt;
	color: #f66; 
	font: xx-small "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.hang3 {
		margin: 1em 1em 0 3em;
		text-indent: -3em;
	}
	
.hang2 {
		margin: 1em 1em 0 2em;
		text-indent: -2em;
	}

.hang1 {
		margin: 1em 1em 0 1em;
		text-indent: -1em;
	}
	
.noColor:link {
	text-decoration: none;
}

.noColor:visited {
	text-decoration: none;
}

.noColor:hover {
	text-decoration: none;
	background: #f66;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	color: #000;
	background: #fcc;
}

.footer {
	font : 9px/11px Arial, Helvetica, sans-serif;
	color: #666;
	background : #fff;
}

.footTableLink {
	font: 11px/16px Arial, Helvetica, sans-serif;
}

.footTableLink:link {
	text-decoration: none;
}

.footTableLink:visited {
	text-decoration: none;
}

.footTableLink:hover {
	text-decoration: none;
	color: #000;
	background: #ffc;
}

.max1000	/* constrain table width to 1000 pixels */
{
	max-width: 1000px; 
	width:expression(document.body.clientWidth > 1000 ? "1000px" : "auto" );
}