﻿.SectionTitle
{
    font-family: Verdana, Arial, sans-serif;
    font-size: larger;
    font-weight: bold;
}

.SectionSubTitle
{
    font-family: Verdana, Arial, sans-serif;
    font-size: medium;
    font-weight: normal;
}

.FieldName
{
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    font-weight: normal;
}

p
{
	text-align: justify;
	text-indent: 12px;
}

li
{
    text-align: justify;
}

.ProgressBarContainer
{
   width: 98%;
   height: 15px;
   border: solid 1px black;
   padding: 1px;
}

.ProgressBar
{
   width: 0px;
   background-color: Red;
   height: 15px;
}

.NewsletterBox
{
   font-size: 11px;
}

.NewsletterBoxContent
{
   padding: 6px;
}
