﻿
.header
{
    color: #003366;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.PetTable
{
    width: 600px;
}

.petLabel
{
    background-color: White;
    line-height: 18px;
    color: #5C5B5B;
    font-family: Calibri,Arial,Tahoma;
    font-size: 14px;
}

.red
{
    font-family: Verdana,Arial,Tahoma;
    color: Red;
    font-size: 10px;
}

.Examples
{
    font-family: Calibri,Arial,Tahoma;
    font-size: 11px;
    font-style: italic;
    line-height: 18px;
}


