﻿body, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
h2 {
    color: #999999;
    font-size: 16px;
}

h3 {
    font-size: 16px; 
    margin: 10px 0 3px 0; 
    }

h4 {
    font-size: 14px; 
    margin-bottom:3px; 
    }
    
h5 {
    font-size: 12px;
    margin-bottom: 0px;
    }
p { margin-top: 0;
    
}

.white { color: #fff; }

.sponsorGroup {
    vertical-align: top;
}

.sponsorGroup .sponsor {    
    margin: 5px  5px 0 0;
    float: left;
}

.sponsor {
    margin: 5px auto;
    width: 104px;
    background-color: #fff;
    padding-bottom: 2px;
    text-align: center;
    min-height: 80px;
}

.sponsor h6 {
    background-color: #F7EDD4;
    border-bottom: 1px solid #000;
    font-size: 10px;
    margin: 0 0 3px 0;
    padding: 0 0 2px 0;
}
.sponsor img {
    border: none;
}

.clear { clear: both; }

.callout {
    padding:3px;
    text-align:center;
    color: Red; 
    border:1px dotted red; 
    background-color:white;
    width: 263px;
    font-weight:bold;
}

.center { text-align: center; }
.hide { display: none; }