h1
{
  line-height:             20px;
  font-size:               14px;
  font-weight:             bold;
  color:                   #333333;
  font-family:             Verdana,Arial,Helvetica,sans-serif;
  margin:                  0;
}

h2
{
  font-size:               12px;
  font-weight:             bold;
  color:                   #333333;
  font-family:             Verdana,Arial,Helvetica,sans-serif;
  margin:                  0;
}

h3
{
  font-size:               11px;
  color:                   #333333;
  font-family:             Verdana,Arial,Helvetica,sans-serif;
  margin:                  0;
}

a.titleLink
{
  color:                     #0051c3;
  text-decoration:           none;
  font-weight:               bold;
  font-size:                 13px;
  line-height:               16px;
}

a.titleLink:visited
{
  color:                     #0051c3;
  text-decoration:           none;
  font-weight:               bold;
  font-size:                 13px;
  line-height:               16px;
}

a.titleLink:hover
{
  color:                     #5b93df;
  text-decoration:           none;
  font-weight:               bold;
  font-size:                 13px;
  line-height:               16px;
}

a.titleLink:active
{
  color:                     #5b93df;
  text-decoration:           none;
  font-weight:               bold;
  font-size:                 13px;
  line-height:               16px;
}

.item
{
  cursor:                    normal;
}

.itemHigh
{
  cursor:                    hand;
  color:                     #4f69b4;

}

.tblr
{
  border:                    1px dashed black;
}

.fieldError
{
  font-family:               Verdana,Arial,Helvetica,sans-serif;
  font-weight:               bold;
  color:                     #BD261D;
  padding:                   2px;
}

.textRed
{
  font-family:               Verdana,Arial,Helvetica,sans-serif;
  font-weight:               bold;
  color:                     #BD261D;
}

.message
{
  font-family:               Verdana,Arial,Helvetica,sans-serif;
  font-size:                 14px;
  font-weight:               bold;
}

.message_red
{
  font-family:               Verdana,Arial,Helvetica,sans-serif;
  font-size:                 14px;
  font-weight:               bold;
  color:                     #BD261D;
}

.message_green
{
  font-family:               Verdana,Arial,Helvetica,sans-serif;
  font-size:                 18px;
  font-weight:               bold;
  color:                     #00FF00;
}

