/* Stylesheet */

body
{
  background: #335459;
  font-size: 14px;
  color: #ffffff;
}

/* Main title text */
div.mainTitleText
{
  font-size: 30px;
  background: #003d39;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

/* General title text */
div.titleText
{
  font-size: 20px;
  background: #4937A4;
  color: #ffffff;
  font-weight : bold;
  text-align : left;
}

div.titleText2
{
  font-size: 16px;
  background: #772176;
  color: #ffffff;
  font-weight : bold;
  text-align : left;
}

span.pageLink a:link {
  color: #ff3e5b;
  font-weight : bold;
  text-decoration: underline;
}

span.pageLink a:visited {
  color: #ff3e5b;
  font-weight : bold;
  text-decoration: underline;
}

span.pageLink a:hover {
  color: #7c2e7c;
  font-weight : bold;
  text-decoration: underline;
}

/* Bulletted list */
li
{
  list-style:disc;
  line-height:120%;
}

div.Footer
{
  background: #003d39;
  font-size: 14px;
}

/* EOF */
