body
  {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;

  }
#content
  {
    line-height: 1.7em;
    color:#333;
    font-size: 15px;
  }

#content a
  {
	color: #990c3a;
	text-decoration: none;
  }

#content a:hover
  {
	text-decoration: underline;
  }

#content h1, h1.cms
  {
	font-size: 24px;
	color: #990c3a;
	font-weight: normal;
    margin: 12px 0 24px 0;
    line-height: 1.4em;
  }
  
#content h6, h6.cms
  {
	font-size: 36px;
	color: #990c3a;
	font-weight: normal;
    margin: 12px 0 24px 0;
    line-height:1.3em;
  }  

#content h2, h2.cms
  {
	font-size: 16px;
	color: #990c3a;
	font-weight: bold;
    margin: 24px 0 12px 0;
    border: 0;
    text-align: left;
  }
  
#content p, p.cms
  {
	margin-bottom: 6px;
  }  
  
div.img, td.img
  {
	text-align: center;
  }  
  
  
strong
  {
	font-weight: bold;
  }  

