﻿/*******************************************
PRESS RELEASE STYLES
*******************************************/
.releaseImmediateRelease
{
  width: 100%;
  text-align: right;
  text-decoration: underline;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}

.releaseTitle
{
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.releaseSummary
{
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-style: italic;
}

.releaseBody
{
  font: 10pt Arial;
  line-height: 150%;
}

.releaseDate
{
  font: 8pt Verdana;
  color: #777777;
}


