﻿body, div, p, input, textarea, select
{
    padding: 0px;
    margin: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    line-height: 15px;
    color: #484848;
}

p
{margin-top:12px;}

h1, .h1
{
    font-size: 18px;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
    padding: 2px 0px 1px 35px;
    border-bottom: solid 1px #dfdfdf;
    background-image: url(Images/bckH1.gif);
    background-position: left top;
    background-repeat: no-repeat;
    font-weight: bold;
}

h2, .h2
{
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0px 10px 0px;
    padding: 0px 0px 3px 0px;
    border-bottom: solid 1px #dfdfdf;
    font-weight: bold;
}

h3, .h3
{
    font-size: 12px;
    line-height: 15px;
    font-family: Trebuchet MS, Sans-Serif;
    margin: 15px 0px 5px 0px;
    padding: 5px 8px 4px 8px;
    background-color: #dddcdc;
    font-weight: bold;
    text-transform: uppercase;
    border-top: solid 3px #a8a6a6;
}

h4, .h4
{
    font-size: 12px;
    line-height: 16px;
    font-family: Trebuchet MS, Sans-Serif;
    margin: 15px 0px 5px 0px;
    padding: 3px 8px 1px 8px;
    border-top: solid 1px #a8a6a6;
    background-color: #f0eeee;
    font-weight: bold;
    color: #2a2251;
}
h5, .h5
{
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 4px 0;
    padding: 16px 0px 0px 8px;
    font-weight: bold;
    border-bottom: solid 1px #dfdfdf;
}
h6, .h6
{
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 8px 0;
    padding: 0px;
    font-weight: bold;
}


a { color: #dd0104; text-decoration: none; }
a:hover { color: #2a2251; text-decoration: none; }
a img { border: none; }

ul { padding: 0px; margin: 0px; }
li
{
    list-style-type: none;
    list-style-position: outside;
    padding: 0px 0px 2px 16px;
    background-image: url(Images/bckLi.gif);
    background-position: left 5px;
    background-repeat: no-repeat;
}
sup
{
	font-size: 10px;
	top: 8px;
	line-height: 15px;
}
sub
{
	font-size: 10px;
	top: -4px;
	line-height: 15px;
}