/* these styles applied to content items outside the editor */

a {
  text-decoration: none;
  color: #000000;
}

a:link, a:visited, a:active {
  text-decoration: underline;
}


div.midColItem {
  font-family: verdana;
  line-height: 120%;
  font-size: 75%;
  text-align: left;
  color: #000000;
 /*overflow: hidden;*/
}

div.midColItem table {font-size:100%;border-collapse:collapse;}
div.midColItem table td {padding:3px;}

div.rightPinkColItem {
  font-family: verdana;
  font-size:70%;
  background-color: #FEF5E4;
  overflow: visible;
  width: 100%;
}

div.rightItem {
  font-family: verdana;
  font-size: 70%;
}

div.topBannerItem {
  font-family: verdana;
  font-size: 75%;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align:center;
}

div.rightBannerItem {
  font-family: verdana;
  font-size: 75%;
  text-align:center;
}

div.rightImageCaptionItem {
  font-family: verdana;
  font-size: 70%;
}

/* this style applied to content items inside the editor */

.mceContentBody {
  background-color:#F7F7F7;
  font-family: verdana;
}

/* extra text styles */

.title_green {
  font-family: verdana;
  color: #466D9F;
  font-size: 16px;
  font-weight: bold;
}

.title_orange {
  font-family: verdana;
  color: #466D9F;
  font-size: 16px;
  font-weight: bold;
}

.title_blue {
  font-family: verdana;
  color: #466D9F;
  font-size: 16px;
  font-weight: bold;
}

.title_darkblue {
  font-family: verdana;
  color: #466D9F;
  font-size: 16px;
  font-weight: bold;
}

.title_red {
  font-family: verdana;
  color: #466D9F;
  font-size: 16px;
  font-weight: bold;
}

.title_purple {
  font-family: verdana;
  color: #466D9F;
  font-size: 16px;
  font-weight: bold;
}

.title_jblue {
  font-family: verdana;
  color: #466D9F;
  font-size: 16px;
  font-weight: bold;
}
.subtitle_green {
  font-family: verdana;
  color: #466D9F;
  font-size: 14px;
  font-weight: bold;
}

.subtitle_orange {
  font-family: verdana;
  color: #466D9F;
  font-size: 14px;
  font-weight: bold;
}

.subtitle_blue {
  font-family: verdana;
  color: #466D9F;
  font-size: 14px;
  font-weight: bold;
}

.subtitle_darkblue {
  font-family: verdana;
  color: #466D9F;
  font-size: 14px;
  font-weight: bold;
}

.subtitle_red {
  font-family: verdana;
  color: #466D9F;
  font-size: 14px;
  font-weight: bold;
}

.subtitle_purple {
  font-family: verdana;
  color: #466D9F;
  font-size: 14px;
  font-weight: bold;
}

.subtitle_jblue {
  font-family: verdana;
  color: #466D9F;
  font-size: 14px;
  font-weight: bold;
}

.heading1 {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
}

.heading2 {
  font-family: verdana;
  font-size: 12px;
}

.normal {
  font-family: verdana;
  font-size: 12px;
}

/* required to correctly position images and disable resizing */

img.static_image {
  width: auto !important;
  height: auto !important;
}

