﻿/** SECTION HEADS (Titles) **/
.TitleArticle18 {
    font-family: Arial;
    font-size: 18px;
    color: #059e78; /** Teal **/
    font-weight: bold;
    padding-bottom:8px;
}

/** Content SubHeading class: **/
.adxSectionSubhead, .adxSectionSubhead a
{
    font-family: Arial;
    font-size: 15px;
    color: #059e78; /** Teal **/
    font-weight: bold;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:5px;
	text-decoration:none;
}

ul
{
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

p 
{
	padding-top:2px;
	margin-top:2px;
	padding-bottom:2px;
	margin-bottom:2px;
}

div h1 /* Bill 06/11/2010 - PT 22395 */
{
  display:inline;
  font-family: Arial;
  font-size: 18px;
  color: #059e78; /** Teal **/
  font-weight: bold;
}
