body, td {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
	font-weight: normal;
	color: #333333;
	}

p {
  margin-bottom: 15px;
}

.rightcol p{
  margin-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 20px;
}

h1, h2, h3 {
  font-weight: normal;
}

h1, .maincol .contentheading { 
  font-size: 18px;
  margin: 0 0 10px 0;
  color: #44A7D0;
  font-weight: bold;
}

h2 {
  font-size: 14px;
  margin: 0px 0 5px 0;
  font-weight: bold;
  color: #44A7D0;
  clear: both;
}


h3 {
  font-size: 16px;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

h4 {
  font-size: 18px;
  margin: 0 0 10px 0;
  color: #44A7D0;
  font-weight: bold;
  }


a {
	color:#44A7D0;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#D03671;
}

a.selected {
	color:#C00051 !important;
}

/*********************/
/* Main Column */
/*********************/

ol li h3 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  }

ol li div{
  padding-top: 0px;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  padding-bottom: 4px;
  margin-bottom:4px;
}

/*********************/
/* Content Styles */
/*********************/

.strong {
  font-weight: bold
}

.italic {
font-style: italic;
}