* { margin: 0; padding: 0; }

BODY
{
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 1rem;
  color: black;
  background-color: #F9F3DF;
  min-width: 680px;  
  max-width: 1000px;  
  margin: 1.25rem;

  text-align: justify;
}

P { margin-bottom: 14px; }

OL, UL { padding-left: 30px; }

LI
{
  margin-bottom: 10px;
}

IMG { border: none; }
IMG.floatLeft { float: left; margin-right: 16px; margin-bottom: 16px; }
IMG.floatRight { float: right; margin-left: 16px; margin-bottom: 16px; }

A:link, A:visited, A:active, A:hover
{
  border-bottom: 1px dotted black;
  color: black;
  font-weight: bold;
  text-decoration: none;
}
A:hover { color: #FF0000; border-bottom: 1px dotted #FF0000; }

A.image
{
  border-bottom: none;
}

H1
{
  font-size : 1.7rem;
  font-weight : bold;
  padding-bottom: 10px;
  background: url(Bitmaps/Line.gif) no-repeat scroll 40px 27px;
}

H2
{
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 6px;
}

H3
{
  font-size: 20px;
  font-weight: bold;
  margin-top: 22px;
  padding-bottom: 4px;
}

SECTION
{
  margin-left: 40px;
}

FOOTER
{
  margin-top: 20px;
  font-size: 10px;
  font-style: italic;
}

TABLE { border: solid 1px black; }

TABLE.mainGigs
{
  margin-top: 0;
  margin-bottom: 0;
}

TABLE.download
{
  margin-bottom: 30px;
  clear: both;
  min-width: 400px;
}

TR.secondRow
{
  background-color: #F0E9D3;
}

TH, TH.plain
{
  font-weight: bold;
  text-align: left;
  background: url(Bitmaps/TableEffect.gif) no-repeat right;
  color: #000000;
  background-color: #FDC362;
  padding: 6px;
}

TH.plain { background-image: none; }

TD { vertical-align: top; padding: 6px; }

TD.firstCol { width: 140px; }

BR.clear
{
  clear: both;
}

HR
{
  color: Black;
  height: 1px;
  border-style: solid;
}

NAV
{
  background: #000305;
  font-size: 16px;
  height: 34px;
  line-height: 24px;
  margin: 16px 0 2em 40px;
  padding: 0;
  border-radius: 5px;
}

NAV ul { list-style: none; margin: 0 auto; padding: 0; }
NAV ul li { float: left; display: inline; margin: 0; }

NAV a:link, NAV a:visited
{
  color: #fff;
  display: inline-block;
  height: 24px;
  padding: 5px 1.5em;
  text-decoration: none;
  border: 0;
}

NAV a:hover, NAV a:active, NAV .active a:link, NAV .active a:visited
{
  background: #FDC362;
  color: #000;
  text-shadow: none !important;
}

NAV li:first-child a
{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

ASIDE
{
  margin-left: 16px;
  float: right;
  width: 230px;
}
ASIDE, ASIDE TABLE
{
  font-size: 12px;
}

.important
{
  color: Red;
}
