﻿body 
{
    font-family: Verdana;
    font-size: 11px;
}

.blueTitle 
{
    color: #0D5289;
    font-size: 12px;
    font-family: Verdana;
}

.blueLink 
{
    color: #0D5289;
    text-decoration: none;
    font-weight: bold;
}

.redText 
{
    font-weight: bold;
    color: #ED1C24;
    font-size: 11px;
}

.blueText 
{
    font-weight: bold;
    color: #0D5289;
}

.bigBlue 
{
    color: #0D5289;
    font-size: 14px;
    font-weight: bold;
}

.lightGrey 
{
    color: #A9A9AB;
    font-size: 9px;
}

ul, li 
{
  margin:0;
  padding:0;
  list-style-position:outside;
  list-style-type:disc;
}
 
li 
{
	margin-left:15px;
	padding-bottom: 5px;
}
