body
{
  background-color: rgb(255,255,255);
  background-image: url(../images/bg.gif);
  background-repeat: repeat-x;
  background-position: top center;
  margin: 40px 10px 20px;
}

table, table table
{
  font-family: "tahoma", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: rgb(100,100,100);
}

p
{
  padding: 0px;
  margin: 0px 25px 10px 20px;
}

.quote
{
  font-family: "tahoma", sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: rgb(255,255,255);
  padding: 0px 20px;
}

.copyright
{
  font-family: tahoma, verdana, sans-serif;
  font-size: 10px;
  color: rgb(100,100,100);
  margin-top: 10px;
}

img
{
  border: none;
}

.nav
{
  color: white;
  height: 30px;
  text-align: center;
}

.nav a
{
  font-family: "tahoma", sans-serif;
  font-size: 12px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.nav a:hover
{
  color: white;
  text-decoration: underline;
}

.medium-links a
{
  font-family: "tahoma", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: rgb(100,100,100);
  display: block;
  text-decoration: none;
  background-image: url(../images/medium-arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding-left: 20px;
}

.medium-links a:hover
{
  color: rgb(60,60,60);
  text-decoration: underline;
}

h1
{
  font-family: arial, sans-serif;
  font-size: 30px;
  color: rgb(60,100,140);
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 20px 20px;
}

h2
{
  font-family: arial, sans-serif;
  font-size: 20px;
  color: rgb(60,60,60);
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 5px 20px;
}

a
{
  color: rgb(60,100,140);
  text-decoration: underline;
}

a:hover
{
  color: rgb(60,60,60);
  text-decoration: none;
}

ul, ol
{
  padding: 0px 0px 0px 30px;
  margin: 0px;
}

ul li, ol li
{
  padding: 0px;
  margin: 0px;
}