﻿/* Text Styles */
.Title
{
    display:block;
    width:auto;    
    font:18px/20px 'Microsoft Sans Serif', Tahoma, Arial;    
    line-height:30px;
    margin-left:20px;
    margin-bottom:5px;
    font-weight:bold;
    color:#4D4D4D;
}
.Subtitle
{
    display:block;
    width:auto;
    height:20px;
    background:#fff;
    color:#967001;
    font:15px/17px Arial, Helvetica, sans-serif;
    font-weight:bold;
    padding:0;
    margin:1px 0 20px 20px;
    
}
.Text
{    
    font:14px/25px 'Microsoft Sans Serif', Tahoma, Arial;        
    color: #3e3f41;
    letter-spacing: -0.02em;
    padding:0px 0px;
    margin-left:35px;
    display:block;   
}
.Summary
{    
    font:12px/15px 'Microsoft Sans Serif', Tahoma, Arial;        
    color: #3e3f41;
    letter-spacing: -0.02em;
    padding:0px 0px;
    display:block;   
}
.AddressBox
{
    display: block;
    font: bold 105%/110% "Times New Roman" , Times, serif;    
    color: #3e1211;
    padding: 7px 10px;
    text-align:left;
    margin:0 3px;
    margin-left:45px;
    width:230px;
    border:solid 1px #ebe3bf;
}
.Caption
{
    display: block;
    width:100%;
    height: 30px;
    min-height: 30px;
    font: normal 80%/105% "Microsoft Sans Serif" , Tahoma, Arial;
    color: #ab7c04;
    vertical-align: top;
    text-align:center;
    padding:2px 10px;
    left:10px;
}
.Warning
{    
    font-size: 175%;
    color: #930000;    
    display:inline-block;
    float:left;
    margin-top:-20px;
    margin-left:-10px;
}
