/* Element Styles */
a { text-decoration: none }
a:hover   { color: green; text-decoration: underline }
a:active { text-decoration: none }

h1  { color: green; font-style: italic; font-weight: bold; font-size: 36px; font-family: Verdana, Arial, Helvetica, sans-serif; list-style-type: none }
h2   { color: maroon; font-style: italic; font-weight: bold; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; list-style-type: none }
h3    { color: green; font-style: italic; font-weight: bold; font-size: 24px; font-family: Verdana, Arial, Helvetica, sans-serif; list-style-type: none; margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; height: 0px }
h4    { color: black; font-style: italic; font-weight: bold; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; list-style-type: none; margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; height: 0px }

img.inactive       { border: solid medium red }

td { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-seri }


/*Class Styles */
a.cmp { text-decoration: none }
a.cmp:hover   { text-decoration: none }
a.cmp:active { text-decoration: none }

a.h2 { color: maroon; font-style: italic; font-weight: bold; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; list-style-type: none }
a.h2:hover    { color: green; text-decoration: underline }
a.h2:active { color: maroon; font-style: italic; font-weight: bold; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; list-style-type: none  }

a.horzmenu  { color: white; text-decoration: none }
a.horzmenu:hover     { color: red; text-decoration: underline; background-color: white }
a.horzmenu:active  { text-decoration: none }

a.image-link      { text-decoration: none; border: solid medium white }
a.image-link:hover         { border-style: solid; border-width: medium; border-color: white white green white }
a.image-link:active     { text-decoration: none; border: solid medium white }

a.nav-image      { text-decoration: none }
a.nav-image:hover          { border: solid medium red }
a.nav-image:active      { text-decoration: none }



/* Table Columns*/	
td.spec   { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }

h1.site    { color: green; font-weight: bold; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; list-style-type: none; margin-top: 1px; margin-bottom: 1px; height: 0px }
h2.site    { color: navy; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-indent: 1cm; list-style-type: disc; margin-top: 1px; margin-bottom: 1px; height: 0px }
h3.site    { color: maroon; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-indent: 2cm; list-style-type: circle; margin-top: 1px; margin-bottom: 1px; height: 0px }
h4.site    { color: gray; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-indent: 3cm; list-style-type: square; margin-top: 1px; margin-bottom: 1px; height: 0px }

