﻿body
{
    font-size: 11pt;
    text-transform: none;
    color: #0000cd;
    font-style: normal;
    font-family: Arial, Tahoma, 'Times New Roman' , ;
    text-decoration: none;
}
a:link, a:active, a:visited 
{
    font-family:Tahoma; 
    font-size: 10pt;
    text-decoration: none;
}
    a:hover {background-color: ThreeDShadow }
ul
{
    list-style:none;
    font-size: medium;
    font-family: Arial, Tahoma, 'Time New Roman';
    line-height:30px;
    
}
p
{
    font-family:Tahoma, Arial, 'time new Roman';
    font-size: medium;
}
.pullQuote {
	float: right;
	display:inline-block;
	width: 25%;
	margin: 1em 0 1em 1em;
	font-size: 80%;
	font-weight: bold;
	line-height: 130%;
	
}

.pullQuote2
{
    float: left;
    display:block;
    width:15%;
    margin:1em 0 1em 1em;
    font-size: 120%;
    font-weight: bold;
    line-height: 130%;
}
.floating
{
    float: left;
    display:table-caption;
    width: 19%;
    margin:  0 1em 1em .5em; 
    font-size:60%;
    font-weight: 500;
    line-height: 130%;
}

.floating-left
{
    float: left;
    display: table-caption;
    width: 50%;
    margin: 0 1em 1em .5em;
    font-size: 70%;
    font-weight: 500;
    line-height: 130%; 
}

.floating-right
{
    float: right;
    display: table-caption;
    width: 50%;
    margin: 0 1em 1em .5em;
    font-size: 70%;
    font-weight: 500;
    line-height: 130%;
}
    
    