h1.cms
  {
	background: none;
	padding: 0;
	margin: 0 0 12px 0;
  }
 
h2.cms
  {
	font-size:24px;
	font-weight: bold;;
		margin: 0 0 12px 0;
  }
 
h3.cms
  {
		margin: 0 0 12px 0;
  }
  
p.cms, .content
  {
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-size: 14px;
    margin-bottom: 12px;
  }  
 
.content a, .content .pdf, .pdf
  {
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-size: 14px;
    color: #170081;
    text-decoration: none;
  } 
  
.content a:hover
  {
  text-decoration: underline;
  }  
  
strong.cms
  {
	font-weight: bold;
	margin-bottom: 12px;
  }  
 
   
   
.content table
  {
	width: 100%;
  }   
   
  