
a
{
  text-decoration:none;
}

a:hover
{
  text-decoration: underline;
}

body
{
  margin: 2px;
}

pre
{
  font-size: 135%;
}

img
{
  margin: 8px;
}

table
{
  font-size: 100%;
  font-family: Verdana, Arial; /* won't inherit */
  line-height: 1.4; /* won't inherit on IE6 */
}

.page
{
  margin-top: 4px;
  background-color: white;
  font-family: Verdana, Arial;
  font-size: 70%;
  line-height: 1.4;
}

.subpage
{
  background-color: #f7fbfc;
}

.header
{
  color: black;
  font-size: 22px;
  line-height: 1.1;
  background-image: url(../images/header-gradient.jpeg);
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.header img
{
  margin: 0px;
}

.footer
{
  background-color: #c8deec;
}

.index
{
  width: 156px;
  background-image: url(../images/index-gradient.jpeg);
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.indexh1
{
  color: white;
  font-weight: bold;
  background-color: #32487f;
  height: 28;
}

.indexh1 a
{
  color: white;
}

.index img
{
  margin: 0px 5px 0px 5px;
}

.indexh2
{
}

.mainh1
{
  color: white;
  font-size: 16px;
  font-weight: bold;
  background-color: #316b7f;
  height: 28;
  vertical-align: text-top;
}

.mainht
{
}

.mainhtlow
{
  height: 25;
  width: 100;
  background-image: url(../images/tab-low.jpeg);
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: baseline;
}

.mainhthigh
{
  height: 25;
  width: 100;
  background-image: url(../images/tab-high.jpeg);
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: center;
}

.mainhtlow a, .mainhthigh a
{
  font-size: 11px;
  color: white;
}

.mainh2
{
  font-size: 135%;
  font-weight: bold;
  color: #4A69CC;
}

.mainh3
{
  font-size: 120%;
  font-weight: bold;
  color: #4A69CC;
}

.mainh4
{
  font-size: 100%;
  font-weight: bold;
  color: #4A69CC;
}

.spec
{
}

.spech1
{
  font-size: 115%;
  font-weight: bold;
  color: #3366CC;
}

.spech2
{
  font-size: 100%;
  color: #3366CC;
}

.greytable
{
  width: 100%;
  background-color: #B5B5B5;
}

.greytablehead
{
  background-color: #C0C0C0;
}

.greytablebody
{
  background-color: #F0F0F0;
}


