﻿a:link,
a:active,
a:visited {color: Black; text-decoration:none;}
a:hover {color: Black; text-decoration:underline;}

.button
{
    padding: 1px 3px 1px 3px;
    margin: 0 0 0 10px;
    font: 0.9em Verdana, Arial, Tahoma, Lucida, Helvetica, Sans-serif;
    background-color: #e5eaef;
    border: solid 1px #779abc;
    border-width: 1px 2px 2px 1px;
    text-align: center !important;
    cursor: pointer;
}

.tableHeadline
{
    background-color: #ccd8de;
    width: 715px;
    padding: 2px 4px 2px 4px;
}
.tableHeadlineText
{
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana;
}

.quoteTableHeaderStyle
{
    background-color: #e5eaef;
    border-style: solid;
    border-color: #779abc;
    border-width: 1px;
    text-align: right;
    font-weight: bold;
    font-family: Verdana;
    font-size: 11px;
}

.quoteTableAlternatingRowStyle
{
    background-color: #e5eaef;
    font-family: Verdana;
    font-size: 11px;
}

.quoteTableRowStyle
{
    font-family: Verdana;
    font-size: 11px;
}

.quoteTableDivider
{
    background-color: #779abc;
}

.infoText
{
    font-family: Verdana;
    font-size: 11px;
}
