body
{
  background-color: #ffffff;
  margin: 0px;
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a
{
  color: #00893a;
}

td
{
  font-size: 12px;
}

p
{
  font-size: 12px;
}

h1
{
  font-size: 12px;
  font-weight: bold;
  color: #088740;
}

.smallGreenText
{
  font-size: 10px;
  color: #006600;
}

.strongHeading
{
  font-size: 16px;
  font-weight: bold;
  color: #00893a;
}

.mainNavLinks
{
  font-size: 12px;
  color: #ffffff;
}

.standardGreenText
{
  color: #00893a;
}

.smallText
{
  font-size: 10px;
}

.copyrightText
{
  color: white;
  font-size: 10px;
  font-weight: bold;
}

span.javascriptLink
{
  text-decoration: underline;
  color: #00893a;
  cursor: pointer;
}

span.javascriptLinkSmall
{
  text-decoration: underline;
  color: #00893a;
  cursor: pointer;
  font-size: 10px;
}

input.examButton
{
  background-color: transparent;
  border: none;
  cursor: pointer;
}

input.button
{
  background-color: white;
  border: 2px solid #00893a;
}

.mainNavLinks a
{
  color: white;
}

a.marked {
	color: #666;
}