﻿.html-content
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: normal;
  color: #5a5969;
}

.html-content h1
{
  font-family: "Myriad Pro", Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 22px;
}
.html-content h2
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  color: #000000;
  margin-top: 20px;
  margin-bottom:15px;
}


.html-content p
{
  line-height: 16px;
  margin-bottom: 1em;
}
.html-content a
{
  color:#ec1c23;
}


.html-content a.rollover { text-decoration: none; }
.html-content a.rollover:hover { text-decoration: underline; }

.html-content strong, .html-content b {font-weight: bold;}
.html-content em, .html-content i {font-style: italic;}
.html-content u {text-decoration: underline;}
.html-content ul, .html-content ol, .html-content blockquote {margin: 1.5em;}
.html-content ol, .html-content ul, .html-content blockquote {margin-left: 3em;}
.html-content ol li {list-style: decimal outside; line-height: 1.5em;}
.html-content ul li {list-style: disc outside; line-height: 1.5em;}

