﻿body
{
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    color: #222222;
}

td
{
    font-size: 12px;
}

a:link, a:visited
{
    text-decoration: none;
    color: #000;
}

a:hover
{
    text-decoration: underline;
}

.GreenColor
{
    color:#5eb943;
}

.Bold
{
    font-weight: bold;
}

.MediumSize
{
    font-size: 13px;
}

.Underlined
{
    border-bottom:1px dashed #148d00;
    height:4px;
    margin:0;
    padding:0;
}

.Small
{
    font-size: 11px;
}

.largefont td
{
    font-size: 13px;
}

.Title
{
    margin: 6px;
}

h1
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 13pt;
    font-weight: normal;
    margin: 0;
}

h2
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 4px 0;
}

h3
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #f06c00;
}

h4
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #148d00;
    margin: 0;
}

h5
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 1.2em;
    font-weight:normal;
    color: #2c2c2c;
    margin: 4px 0;
}

.green
{
    color: #fff;
    background-color: #148d00;
    padding: 4px;
}

.greentext
{
    color: #3ba000;
}

.redtext
{

    color: #ff0000;
}

.greenborder
{
    border-style: dashed;
    border-color: #148d00;
    border-width: 1px;
}

fieldset
{
    padding: 10px;
    background-color: Transparent;
}

legend
{
    font-weight: bold;
    background-color: Transparent;
}

.largepad
{
    margin: 10px;
}

.large
{
    font-size: 1.1em;
}

.white
{
    color: #fff;
}


