<style>
/*
Orange: #D56426 
Green:  #006666
*/

body	{ font-family: arial; font-size: 14px; color: black; background-color: #ffffff; }
th		{ font-family: arial; font-size: 12px; color: white; background-color: #D56426;}
td		{ border-style: none; color: black; vertical-align: top; 
          text-align: text-top; font-family: arial; font-size: 12px; }
p		{ font-family: arial; font-size: 12px; color: black;  width: 800px; margin: 10 0 10 0;} 

h1		{ font-family: arial; font-size: 24px; color: #D56426; font-weight: bold; margin: 10 0 5 0; }
h2		{ font-family: arial; font-size: 16px; color: #D56426; font-weight: bold; margin: 10 0 5 0; }
h3		{ font-family: arial; font-size: 14px; color: black;   font-weight: bold; margin: 10 0 0 0; }

hr      { height: 1px; border: 0px solid #D56426; background-color: #D56426;}
/* hr      { height: 1px; border: 1px solid #000; background-color: #000;} */

ul		{ font-family: arial; font-size: 12px; margin: 0 0 0 0; padding: 0 0 0 25px; } 
ol		{ font-family: arial; font-size: 12px; margin: 0 0 0 0; padding: 0 0 0 25px; }
pre		{ display: inline; font-size: 12px;}
img	    { border: 0; }


ul,ol	{ width:800px; }
/* li	{ width:800px; list-style-type: disc; display:block; background-color:#eeeeee; margin: 0 0 0 0;} */

/* iframe  { display:block; width:100%; border:none; } */

a:link		{color: #D56426; font-family: arial; font-size: 12px; }
a:visited	{color: #D56426; font-family: arial; font-size: 12px; } 
a:active	{color: #D56426; font-family: arial; font-size: 12px; } 
a:hover		{color: #D56426; font-family: arial; font-size: 12px; color: #006666;}

/* Classes ======================================== */

/* header_left */
h1.header_left { font-size: 36px; color: black;   font-weight: bold; margin: 0 0 0 0; padding: 0 0 0 0;}
h1.header_left { font-size: 18px; color: #006666; font-weight: bold; margin: 0 0 0 0; padding: 0 0 0 0;}

table.header_left { border-style: none;
					border-color: #D56426;
					padding: 0px;
					}
td.header_left  { text-align: left;  vertical-align: middle; }
td.header_right { text-align: right; vertical-align: middle; }

/* menu1 */
a:link.menu1    {color: white; font-family: arial; font-size: 12px; }
a:visited.menu1	{color: white; font-family: arial; font-size: 12px; } 
a:active.menu1  {color: white; font-family: arial; font-size: 12px; } 
a:hover.menu1   {color: white; font-family: arial; font-size: 12px; color: #FFCC66;}
td.menu1        {border: none; background-color: #006666; height: 16px; vertical-align: middle;  padding-left: 5px;}

table.menu_system    {border: 1px solid #D56426; padding: 0 0 0 0;}		    
td.menu_system       {border: none; background-color: white; height: 27px; 
                      vertical-align: middle;  padding-left: 5px;}
td.menu_system_right {border: none; background-color: white; height:27px; 
                      vertical-align: middle; text-align: right; padding-right: 5px; }
input.menu_system  {background-color: #D56426; height: 25px; width: 110px; color: white;}


table.toc1 {border: 3px solid #D56426; border-collapse: collapse;}
td.toc1    {color: #D56426; background-color: #eeeeee;}

table.toc {border: 1px solid #D56426; border-collapse: collapse;}
td.toc    {color: #D56426; background-color: #eeeeee;}

table.SectionTitle {border: 1px solid black; padding: 0 0 0 0;}
th.SectionTitle    { font-family: arial; font-size: 18px; color: white; background-color: #D56426;}

table.container {border: 1px solid #D56426; border-collapse: collapse;} 
td.container    {font-family: arial; font-size: 12px; border: 1px solid #D56426;}

table.border	{border: 2px solid #D56426; border-collapse: collapse;}
th.border		{font-family: arial; font-size: 12px; color: white; background-color: #D56426;}
td.border		{border: 1px solid gray; padding: 5px; 5px; 5px; 5px;}

td.source		{background-color: #eeeeee; border: 1px solid gray; padding: 5px; 5px; 5px; 5px;}

table.form	{ border: 2px solid #D56426; border-collapse: collapse;}
td.form		{ border-style: none; color: black; vertical-align: top; text-align: text-top;}

/* 2009/03/10 Prior To This Date
h1 	{ font-family: arial; font-size: 24px; color: #D56426; font-weight: bold; margin: 0 0 15 0; }
p	{ font-family: arial; font-size: 14px; color: black; margin: 0 0 15px 0; width: 800px;}

a:link.menu1    {color: white; font-family: arial; font-size: 14px font-weight: bold; }
...

*/



</style>