
/*--------------------------------------------------------------------*/  
/* Note: any changes here need to also be made to the not found page  */  
/*--------------------------------------------------------------------*/  
   body  {margin-top:0px; margin-left: 0px;  margin-right: 0px; 
          background-color: white;
          font-family: verdana, geneva, helvetica, sans-serif; font-size: 10pt;}

   p, td, ul, ol, li, dl, dd, dt{font-family: verdana, geneva, helvetica, sans-serif; font-size: 10pt; }
	
   a:hover   { text-decoration: none; color:white; }
   a:visited { text-decoration: none;  }
   a:link    { text-decoration: none; }

/*-----------New Nav Buttons---------------------------------*/ 
.nav_button a, .nav_button_selected a
{	width: 107px;
	display:block;
	padding:3px;
	font-size:10pt;
	font-family: verdana;
	font-weight:bold;
	background-color:#85A789;
	color: #F2FFF3;
	margin-bottom:9px;  /*new*/
	text-decoration: none; /*new*/
	border: 4px double #BCD3C9;
}
.nav_button a:hover    {background-color:#325C3C;}
.nav_button_selected a {background-color:#325C3C; border:4px solid #85A789;}
/*-----------New Nav Buttons End------------------------------*/ 


   .hilite {border-bottom: 0px solid #FFCE7B;  padding-left: 0px; padding-bottom:0px; 
         font-weight: bold; font-family: verdana; font-size: 10pt;}

   .homepagelink       {color: #2c4f40; font-family: verdana; font-size: 8pt; font-weight: bold; }
  A.homepagelink:hover {color: black;   font-family: verdana; font-size: 8pt; font-weight: bold;
                                                                             background-color: #FFCE7B;}
   .myname       {color: #85A789; font-family: verdana; font-size: 8pt; font-weight: bold; }
  A.myname:hover {color: #85A789; background-color: #31659C;}
  
   .tpdomestic       {color: #ff8000; background-color:white; font-weight:bold;}
  A.tpdomestic:hover {color: white;   background-color:#ff8000;}
 
   .tpglobal         {color: #048204; background-color:white; font-weight:bold;}
  A.tpglobal:hover   {color: white;   background-color:#048204;}
 
   .normlink       {font-family: verdana; font-size: 10pt; }
  A.normlink:hover {font-family: verdana; font-size: 10pt; color: black; background-color: #FFCE7B;}

   .sampleslink         {font-family: verdana; font-size: 10pt; text-decoration:underline; }
  A.sampleslink:link    {text-decoration:underline; color: blue;}
  A.sampleslink:visited {text-decoration:underline; color: blue;}
  A.sampleslink:hover   {text-decoration:underline; color: #003eba; background-color: #FFe3bf;}

   .pagehead   {font-family:Tahoma; font-size:24pt; text-align:center; color:black;}
   .reporthead {font-family:Tahoma; font-size:14pt; }
   
  H2 {font-family:Arial; font-size:20pt; text-align:left; border-bottom:2px solid #FF9900;}
  H3 {font-family:Arial; font-size:14pt; text-align:left; border-bottom:1px solid #FF9900;}
 
  H1 {color: #FFFFFF; font-family: Arial; FONT-SIZE: 18pt; font-weight: normal; 
       margin-top: 2px; margin-bottom: 2px;}

 .printonly  {display: none;}  /* added Jan 30, 2006 */ 
 
 
 /* ---------old buttons ------------------------
   .navbuttonoff           {background-color: 85A789; color:black; font-family: verdana; font-size: 10pt;
                                     margin:5px; text-decoration: none;
                                     border: 3px double #BCD3C9;}
    a.navbuttonoff:hover   {background-color: 85A789; color:black; text-decoration: none; }
    a.navbuttonoff:link    {background-color: 85A789; color:black; text-decoration: none;}
    a.navbuttonoff:visited {background-color: 85A789; color:black; font-family: verdana; font-size: 10pt;
                                                                  text-decoration: none;}
 
    .navbuttonon           {background-color: #325C3C; color: white; font-family: verdana; font-size: 10pt;
                            margin:5px; text-decoration: none;
                            border-left: 3px solid #FFCE7B; border-top:3px solid #325C3C;
                            border-bottom:3px solid #325C3C; border-right:3px solid #325C3C;	  }
    a.navbuttonon:hover    {background-color: 2c4f40; color: white; font-family: verdana; font-size: 10pt;
                                                                              text-decoration: none; }
    a.navbuttonon:link     {background-color: 2c4f40; color: white; font-family: verdana; font-size: 10pt;
                                                                              text-decoration: none; }
    a.navbuttonon:visited  {background-color: 2c4f40; color: white; font-family: verdana; font-size: 10pt;
                                                                                      text-decoration: none; }
 --------------------------------------------------------------*/


/* October 29, 2006 Added new new menu classes */      
/* April 21, 2006 Added H2 tag  */      
/* Nov 15, 2005 Added H1 tag - page headers however use pagehead class  */  
/* this was the gray placeholder PRESS button     */ 
/*     .offbutton {background-color: gray; color:black; font-family: verdana; font-size: 10pt; */ 
/*      margin:5;  text-decoration: none; border: 3px double #999999;}                         */ 

