﻿body {
  margin: 0px;
  background-color: #FFFFFF;
  font-family: Verdana;
  font-size: 12px;
  font-style: normal;
  color: #617F99;
  text-decoration:  none;
}

td {
  font-family: MS Sans Serif;
  font-size: 11px;
}

p {
  font-family: Verdana;
  font-size: 12px;
  font-style: normal;
  color: #617F99;
  text-decoration:  none;
}

li {
  font-family: Verdana;
  font-size: 12px;
  font-style: normal;
  color: #617F99;
  text-decoration:  none;
}

a:link { font-family: MS Sans Serif; font-size: 11px; font-style: normal; color: #97B3AB; text-decoration: none }
a:hover { font-family: MS Sans Serif; font-size: 11px; font-style: normal; color: #97B3AB; text-decoration: none }
a:active { font-family: MS Sans Serif; font-size: 11px; font-style: normal; color: #97B3AB; text-decoration: none }
a:visited { font-family: MS Sans Serif; font-size: 11px; font-style: normal; color: #97B3AB; text-decoration: none }

.selected { font-family: MS Sans Serif; font-size: 11px; font-style: normal; font-weight: bold; color: #FFCC66; text-decoration:  none }

.title {
  font-family: Arial;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-decoration:  none;
}

.regularText {
  font-family: Verdana;
  font-size: 12px;
  font-style: normal;
  color: #617F99;
  text-decoration:  none;
}

.question {
  font-family: Verdana;
  font-size: 12px;
  font-style: normal;
  color: #97B3AB;
  text-decoration:  none;
}

.mainTable {
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.borderLess {
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  margin: 0px;
  padding: 0px;
}

.fullHeight {
  height: 100%;
}

.tileTopLeft {
  background-image: url(images/title_left.gif);
  background-repeat: repeat-x;
}

.tileTopRight {
  background-image: url(images/title_right.gif);
  background-repeat: repeat-x;
}

.nobr {
  white-space : nowrap;
}
