body
{
  font-family: Verdana;
  font-size: 10px;
  color: #4C4C4C;
}
a:link
{
  text-decoration: none;
  color: #4C4C4C;
}
a:visited
{
  text-decoration: none;
  color: #4C4C4C;
}
a:hover
{
  text-decoration: underline;
  color: #E82A3C;
}
.blue_title
{
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #2662A6;
}
.red_title
{
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #E82A3C;
}
.formfield
{
  font-family: Verdana;
  font-size: 10px;
  background: #FAFCFE;
  border: 1px solid;
  border-color : #4C4C4C #4C4C4C #4C4C4C #4C4C4C;
}