/*  **NOTES:
    1. The "margin-top" and margin-bottom" attributes below prevent blank lines from being inserted above and below the tag.
    2. The "padding-top" and padding-bottom" attributes are also used to support prevention of blank lines from being inserted above and below the tag.
    3. The "font-family" attribute contents specify the order in which fonts are to be used.
    4. The "<P>" tag is the "default" tag for text in the body of a page
*/
/**********************************************************************************************************************/
/*********** Mozilla uses "padding" tags to specify spacing.  Whereas, Internet Exporer uses "margin" tags ************/
/**********************************************************************************************************************/
  UL {margin-left:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-top: 0px; padding-bottom: 0px;}
  OL {margin-left:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-top: 0px; padding-bottom: 0px;}
  LI {list-style-position: outside; margin-left:20px;  padding-left:00px; color: Black; }
  LI.menu_panel {list-style-position: outside; margin-left:20px;  padding-left:00px; color: Black; }
  H1 {font-size: xx-large; font-weight: bold; color: Black; font-family: 'Verdana', sans-serif; margin-top: -10px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;}
  H1.menu_panel {font-size: xx-large; font-weight: bold; color: Black; font-family: 'Verdana', sans-serif; margin-top: -10px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;}
  H2 {font-size: x-large; font-weight: bold; color: Black; font-family: 'Verdana', sans-serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  H2.menu_panel {font-size: x-large; font-weight: bold; color: Black; font-family: 'Verdana', sans-serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  H3 {font-size: large; font-weight: bold; color: Black; font-family: 'Verdana', sans-serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  H3.menu_panel {font-size: large; font-weight: bold; color: Black; font-family: 'Verdana', sans-serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  H4 {font-size: medium; font-weight: normal; color: Black; font-family: 'Verdana', sans-serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  H4.menu_panel {font-size: medium; font-weight: normal; color: Black; font-family: 'Verdana', sans-serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  H5 {font-size: small; font-weight: normal; color: Black; font-family: 'Verdana', sans-serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  H5.menu_panel {font-size: small; font-weight: normal; color: Black; font-family: 'Verdana', sans-serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  H6 {font-size: x-small; font-weight: bold; font-style: italic; color: Black; font-family: 'Verdana', sans-serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  H6.menu_panel {font-size: x-small; font-weight: bold; font-style: italic; color: Black; font-family: 'Verdana', sans-serif; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} 
  /*P {font-size: 16; font-weight: bold; font-style: normal; color: Black; font-family: 'Verdana', sans-serif; margin-top: 10px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;} */
  P {font-size: medium; font-weight: normal; font-style: normal; color: Black; font-family: 'Verdana', sans-serif; margin-top: 05px; padding-top: 5px; margin-bottom: 0px; padding-bottom: 0px;}
  P.menu_panel {font-size: medium; font-weight: normal; font-style: normal; color: Black; font-family: 'Verdana', sans-serif; margin-top: 00px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;}
	/* body td { font-size: 16; font-weight: bold; font-style: normal; color: Black; font-family: 'Verdana', sans-serif; } */
	body { margin:00px; padding:00px; font-size: medium; font-weight: normal; font-style: normal; color: Black; font-family: 'Verdana', sans-serif; }
	table { font-size: medium; font-weight: normal; font-style: normal; color: Black; font-family: 'Verdana', sans-serif; }
	table.menu_panel { font-size: medium; font-weight: normal; font-style: normal; color: Black; font-family: 'Verdana', sans-serif; }
	td { font-size: medium; font-weight: normal; font-style: normal; color: Black; font-family: 'Verdana', sans-serif; }
	td.menu_panel { font-size: medium; font-weight: normal; font-style: normal; color: Black; font-family: 'Verdana', sans-serif; }
	hr { color: Black; style="height:1px";  margin-top: 00px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;}
	hr.menu_panel { color: Black; style="height:1px"; margin-top: 00px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px;}

/*  **NOTES:
    1. The followin code for "table" eliminates all spacing between tables, table rows and table cells.
    2. The "*border-collapse: expression...." line is a work around for Internet Explorer. 
    3. This style eliminates spacing between tables, rows and cells which have a background color and no border.
    4. The following code DOES NOT eliminate space if applied to <div> tag
*/
table
{
		border-collapse: collapse;
		*border-collapse: expression('separate', cellSpacing = '0px');
		border-spacing: 0px;
    margin: 0px;
    padding: 0px;
}
/*
  A:link {text-decoration: underline ; color: Blue; font-weight: none}
  A.menu_panel:link {text-decoration: underline ; color: Black; font-weight: none}
  A:visited  {text-decoration: underline ; color: Red; font-weight: none}
  A.menu_panel:visited  {text-decoration: underline ; color: Red; font-weight: none}
  A:active {text-decoration: underline ; color:Blue; font-weight: none}
  A.menu_panel:active {text-decoration: underline ; color:Black; font-weight: none}
  A:hover {text-decoration: underline ; color: Red; font-weight: none}
  A.menu_panel:hover {text-decoration: underline ; color: Red; font-weight: none}
*/  
  A:link {text-decoration: none ; color: Blue; font-weight: none}
  A.menu_panel:link {text-decoration: none ; color: Black; font-weight: none}
  A:visited  {text-decoration: none ; color: Blue; font-weight: none}
  A.menu_panel:visited  {text-decoration: none ; color: Blue; font-weight: none}
  A:active {text-decoration: underline ; color:Blue; font-weight: none}
  A.menu_panel:active {text-decoration: underline ; color:Black; font-weight: none}
  A:hover {text-decoration: underline ; color: Red; font-weight: none}
  A.menu_panel:hover {text-decoration: underline ; color: Red; font-weight: none}
