html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

body {
	height: 100%;
	margin-top: 3px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0;
	padding: 0;	
	background: #FFFFFF;
	color: black;
	font-size: 80%;
	}
	
body img {
	  border: none; 
	 }

div {
	/*	height: auto; */
	border: none;
	padding: 0;	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	}

div.copyright {
	/*	color: #C0C0C0; -  lighter grey */
	color: #666666;
	font-style: normal;
	font-size: 16px;
	/*	line-height: 120%;    120% of font-size */
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	padding: 0;	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;	
	}

a:link {
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
	}

a:link.NoDec {
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
	}
	
a:visited {
	color: #800080;
	text-decoration: underline;
	font-weight: normal;
	}

a:hover {
	color: #CC3214;
	text-decoration: underline;
	font-weight: normal;
	}
	
a:active {
	color: #CC3214;
	text-decoration: underline;
	font-weight: normal;
	}	

h1 {
	font-style: normal;
/*	font-size: 38px; */
	font-size: 237%;
	line-height: 120%;   /* 120% of 'font-size' */
	font-weight: normal;
	font-family: Arial, sans-serif;
	padding: 0;	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;	
	}

h2 {
	font-style: normal;
/*	font-size: 27px; */
	font-size: 170%;
	line-height: 120%;   /* 120% of 'font-size' */
	font-weight: normal;
	font-family: Arial, sans-serif;
	padding: 0;	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;	
	}

h3	{ 
	font-style: normal;
/*	font-size: 20px; */
	font-size: 125%;
	line-height: 120%;   /* 120% of 'font-size' */
	font-weight: normal;
	font-family: Arial, sans-serif;
	padding: 0;	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;	
	}

h3.noindentTables {
	font-style: normal;
/*	font-size: 16px; */
	font-size: 125%;
	line-height: 120%;	/*   120% of 'font-size' */
	font-weight: normal;
	font-family: Arial, sans-serif;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	}
	
h4	{
	font-style: normal;
/*	font-size: 16px; */
	font-size: 100%; 
	line-height: 120%;   /* 120% of 'font-size' */
	font-weight: normal;
	font-family: Arial, sans-serif;
	padding: 0;	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;	
	}

h4.noindentTables	{
	font-style: normal;
/*	font-size: 16px; */
	font-size: 100%; 
	line-height: 120%;   /* 120% of 'font-size' */
	font-weight: normal;
	font-family: Arial, sans-serif;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	}
	
h5	{ 
	font-style: normal;
/*	font-size: 15px; */
	font-size: 94%;
	line-height: 120%;   /* 120% of 'font-size' */
	font-weight: normal;
	font-family: Arial, sans-serif;
	padding: 0;	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;	
	}

h5.noindentTables	{ 
	font-style: normal;
/*	font-size: 15px; */
	font-size: 94%;
	line-height: 120%;   /* 120% of 'font-size' */
	font-weight: normal;
	font-family: Arial, sans-serif;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	}

h6	{ 
	font-style: normal;
/*	font-size: 10px; */
	font-size: 63%;
	line-height: 120%;   /* 120% of 'font-size' */
	font-weight: normal;
	font-family: Arial, sans-serif;
	padding: 0;	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;	
	}

h6.noindentTables	{ 
	font-style: normal;
/*	font-size: 10px; */
	font-size: 63%;
	line-height: 120%;   /* 120% of 'font-size' */
	font-weight: normal;
	font-family: Arial, sans-serif;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	}

p	{
	font-style: normal;
/*	font-size: 16px; */
	font-size: 100%;
	line-height: 120%;   /* 120% of 'font-size' */
	font-weight: normal;
	font-family: Arial, sans-serif;
	padding: 0;	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;	
	}

p.noindent {
	font-style: normal;
/*	font-size: 16px; */
	font-size: 100%;
	line-height: 120%;   /* 120% of 'font-size' */
	font-weight: normal;
	font-family: Arial, sans-serif;
	padding: 0;	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;	
	}

p.noindentTables {
	font-style: normal;
/*	font-size: 16px; */
	font-size: 100%;
	line-height: 120%;	/*   120% of 'font-size' */
	font-weight: normal;
	font-family: Arial, sans-serif;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;	
	}
