/*
 * vpd.css
 *
 * VoIP Phone Depot Stylesheet
 * Copyright (C) 1997, 2001-2009 by Packetizer, Inc.
 * All Rights Reserved
 *
 */

div.content h1
{
    color: #700808;
}

div.content h2
{
    color: #700808;
}

div.content h3
{
    color: #700808;
}

div.content h4
{
    color: #700808;
}

div.content h5
{
    color: #700808;
}

div.content h6
{
    color: #700808;
}

div.content a:link
{
    text-decoration: none;
    color: #700808;
}

div.content a:visited
{
    text-decoration: none;
    color: #700808;
}

div.content a:hover
{
    text-decoration: underline;
}

.header-divider
{
    color: #808080;
}

p.button
{
    margin-top: 7px;
    margin-bottom: 7px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

p.button a
{
    text-decoration: none;
    color: #000000;
    background: #eeeeee;
    display: block;
    border: 1px solid #808080;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
}

p.button a:hover
{
    text-decoration: none;
    border-color: #0066cc;
    color: #000000;
    background-color: #d8eaf8;
}

p.button a:visited
{
    text-decoration: none;
    color: #000000;
}

