﻿/* jrconsulting.com styles */

BODY
{
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
}

HTML
{
    overflow: -moz-scrollbars-vertical;
}

A:active
{
    font-size: 12px;
    color: #6b913c;
    line-height: 17px;
    font-family: arial;
    text-decoration: none;
}

A:hover
{
    font-size: 12px;
    color: #6b913c;
    line-height: 17px;
    font-family: arial;
    text-decoration: none;
}

A:link
{
    font-size: 12px;
    color: #6b913c;
    line-height: 17px;
    font-family: arial;
    text-decoration: none;
}

A:visited
{
    font-size: 12px;
    color: #6b913c;
    line-height: 17px;
    font-family: arial;
    text-decoration: none;
}

.body
{
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    font-family: arial;
}

.bodywhite
{
    font-size: 12px;
    color: white;
    line-height: 17px;
    font-family: arial;
}

.bodysmall
{
    font-size: 11px;
    color: #666666;
    line-height: 17px;
    font-family: arial;
}

.bodylarge
{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    font-family: arial;
}

.bodyaccent
{
    font-size: 13px;
    color: #666666;
    font-weight: bold;
    line-height: 20px;
    font-family: arial;
}

.bodyerror
{
    font-size: 13px;
    color: white;
    font-weight: bold;
    font-family: arial;
    background-color: red;
    padding: 5px;
}

.headerlarge
{
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    line-height: 30px;
    font-family: arial;
}

.headermedium
{
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    line-height: 35px;
    font-family: arial;
    vertical-align: text-top;
}

.headermediumwhite
{
    font-size: 18px;
    color: white;
    font-weight: normal;
    line-height: 35px;
    font-family: arial;
    vertical-align: text-top;
}

.spacer
{
    line-height: 10px;
}


HTML
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}


