/* BASIC HTML DEFINITIONS */

body      {color: #000000; 
           font-family: Verdana, Arial, sans-serif; 
           font-size: 75%; 
           margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px}
fieldset  {font-size: 100%; border-color: #C0C0C0; border-width: 3px; border-style: double; padding: 10px 10px 10px 10px; margin: 0 0 15px 0;}
legend    {color: #B08000; text-transform: uppercase; font-weight: bold; padding: 0 5px; letter-spacing: 2px; margin: 0;}



/* HEADING DEFINITIONS */

h1 {font-family: Georgia, Georgia, serif; color: #1472AA; text-align: left; font-size: 18px; font-weight: bold; padding: 0px; margin: 0 0 10px 0;}
h2 {font-family: Verdana, Arial, sans-serif; color: #C86300; text-align: left; font-size: 18px; font-weight: normal; letter-spacing: 1px; margin: 10px 0;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #B08000; text-align: left; font-size: 16px; font-weight: bold; margin: 10px 0;}
h4 {font-size: 120%; font-weight: bold; color: #B08000;}
h5 {font-size: 120%; font-weight: bold; color: #C86300; margin: 10px 0;}
h6 {font-size: 120%; font-weight: bold; color: #000000; margin: 10px 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #029FCE; text-decoration: none; font-weight: bold;}
A:VISITED {color: #029FCE; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #F47900; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #029FCE; text-decoration: none; font-weight: bold;}