/****************************************************
	Scanenergi
****************************************************/
body
{
    background-color: #ffffff;
    color: #555555;
    margin: 1em;
}

body
{
    font-size: 70%;
}

input, select, textarea, table, tr, td
{
    font-size: 100%;
}

/****************************************************
	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: verdana, 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: #466190; /* #466190;  #405D89; */
    font-size: 125%;
    margin-bottom: 0.5em;
    margin-top: 0;
    letter-spacing: 2px;

}

h2
{
    color: #405D89;
    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: 1.5em;
}

p
{
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

/****************************************************
	G E N E R A L   L I N K S
****************************************************/
a
{

    color: #466190;
}

a:hover
{

    color: #2C436A;
}

a img
{
    border: 0;
}

/****************************************************
	L I S T S
****************************************************/
div#ContentColumnInner ul
{
    list-style: none;
    margin: 0 0.8em 1em 0;
    padding: 0;
    
}

div#content_col_inner ul ul
{
    margin: 0;
}

div#content_col_inner ul li, p.UnorderedList
{
    background-image: url("images/li.gif" );
    background-position: 0 0.8em;
    background-repeat: no-repeat;
    padding: 0.4em 0 0 1em;
}

div#content_col_inner ul li p
{
    margin: 0;
}

/****************************************************
	M I S C .
****************************************************/
sup
{
    font-size: 75%;
    position: relative;
    top: -0.5em;
}

sub
{
    font-size: 75%;
    position: relative;
}

