﻿/*Use this style to define your text tags for your content pages*/

H1
{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    color: #b5ddfb;
    font-family: 'verdana';
    font-weight: normal;
    font-size: 18px;
    font-style: normal;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

H2
{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
    color: #b5ddfb;
    font-family: 'verdana';
    font-weight: normal;
    font-size: 18px;
    font-style: normal;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

H3
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    color: #ffffff;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

H4
{
    margin: 0px 0px 0px 0px;
    color: #515151;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
}

H5
{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
    color: #b5ddfb;
    font-family: 'Trebuchet MS';
    font-weight: normal;
    font-size: 18px;
    font-style: normal;
}


P
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    color: #515151;
    font-family: verdana;
    font-size: 12px;
    line-height: 20px;
}

UL
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 20px;
    margin-left: 10px;
    color: #515151;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
}

LI
{
    list-style-image: url(../Images/Content/arrow.gif);
    line-height: 20px;

}

 .SitemapLI 
{
    list-style-image: None;
}

A:link, A:visited, A:Active
{
    color: #b5ddfb;
    text-decoration: underline;
}

A:Hoover
{
	color: #b5ddfb;
}


