/*
  Common styles
*/

body, html
{
  margin: 0px;
  padding: 0px;
  background-color: white
}

a
{
  color: #CC0000;
}

a.navigation
{
  font-size: 10pt;
  color: #D3D3D3;
}

a.nextmeeting
{
  text-decoration: none;
  color: darkred
}

p
{
  font-family: Arial;
  font-size: 10pt;
}

td
{
  font-family: Arial;
  font-size: 10pt;
}

h1
{
  font-family: Arial;
  font-size: 14pt;
  color: #006666;
  margin-bottom: 0px;
}

h2
{
  font-family: Arial;
  font-size: 12pt;
  color: #006666;
  text-align: left;
  margin-bottom: 0px
}


hr
{
  margin-top:-10px;
  margin-bottom: 0px;
}

