﻿body 
{
    text-align: center;
    margin: 0px;
    font-family: verdana;
    font-size: 8pt;
    color: #2f2f2f;
}
.Heading
{
    color: #2f2f2f;
    font-weight: bold;
}
a
{
    color: #193e8e;
    text-decoration: none;
}
a:hover
{
    color: #af0000;
    text-decoration: underline;
}
input
{
    font-family: Verdana;
    font-size: 8pt;
    color: #2f2f2f;
}
textarea
{
    font-family: Verdana;
    font-size: 8pt;
    color: #2f2f2f;
}
ul {
    padding:1em;
    margin:0;
}
.GreyArrowStyle
{
    list-style-image: url(SiteImages/arrow1.gif)
}
.PageHeading
{
    font-size: 13pt;
    font-weight: bold;
}
.PageHeadingSmall
{
    font-size: 11pt;
    font-weight: bold;
}
.PageSubHeading
{
    font-size: 9pt;
    color: #b00303;
}
.RightMargin
{
    margin-right:10px;
     
}
.ParaHeading
{
    font-size: 10pt;
    color: #b00303;
    font-weight:bold;  
}

.TextHighlightBold12
{
    font-size: 11pt;
    color: #b00303;
    font-weight:bold;  
}

.ParaHeadingUnderline
{
   font-size: 10pt;
   color: #b00303;
   font-weight:bold;
   text-decoration:underline; 
}
.ParaSubHeadingBold
{
    font-size: 10pt;
    font-weight:bold;  
}

.ParaSubHeadingItalic
{
    font-size: 10pt;
    font-style: italic;
}
.TextHighlight
{
    color: #b00303;
}
.TextHighlightBold
{
  color: #b00303;
  font-weight:bold;  
}
.BlueHighlight
{
      color: #0672c2;
}

.TextItalic
{
font-style:italic;   
}
