﻿/****************************************************
	G E N E R A L   S I Z E
****************************************************/
body
{
    font-size: 75%;
}

input, select, textarea, table, tr, td
{
    font-size: 100%;
}

.Small
{
    font-size: 93%;
}

/****************************************************
	G E N E R A L   F O N T - F A M I L Y
****************************************************/
body, input, select, textarea, table, tr, td
{
    font-family: arial, helvetica, sans-serif;
}

/****************************************************
	H E A D I N G S   A N D   P A R A G R A P H S
****************************************************/
h1
{
    color: #181818;
    font-size: 200%;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: normal;
}

h2
{
    color: #333333;
    font-size: 105%;
}

h3
{
    font-size: 100%;
}

h4
{
    font-size: 100%;
}

h5
{
    font-size: 93%;
}

h6
{
    font-size: 100%;
}

h2, h3, h4, h5, h6
{
    margin-bottom: 0;
    margin-top: 20px;
}

h2.TopOfContent
{
    margin-top: 8px;
}

p
{
    margin-bottom: 8px;
    margin-top: 8px;
}

table p
{
    margin-bottom: 0;
    margin-top: 0;
}

/****************************************************
	G E N E R A L   L I N K S
****************************************************/
a
{
    color: #181818;
    text-decoration: underline;
}

a:hover
{
    color: #192D5D;
    text-decoration: none;
}

a img
{
    border: 0;
}

/****************************************************
	L I S T S
****************************************************/
div#ColumnContentInner>ul
{
    list-style: none;
    margin: 0 10px 14px 0;
    padding: 0;
}

div#ColumnContentInner>ul ul
{
    margin: 0;
}

div#ColumnContentInner>ul li
{
    background-image: url("/Frontend/Images/Li.gif");
    background-position: 1px 9px;
    background-repeat: no-repeat;
    padding: 4px 0 0 16px;
}

div#ColumnContentInner>ul li.LiLink
{
    background-image: url("/Frontend/Images/LiLink.gif");
}

div#ColumnContentInner>ul li p
{
    margin: 0;
}


/****************************************************
	M I S C .
****************************************************/
sup
{
    font-size: 75%;
    position: relative;
    top: -0.5em;
}

sub
{
    font-size: 75%;
    position: relative;
}

img
{
    display: block;
}

