﻿p
{
    line-height: 15px;
    margin-bottom: 20px
}

pre
{
    font-family: monospace;
}

strong, b
{
    font-weight: bold
}

em, i
{
	font-style: italic;
}

a
{
	color: #4caf3a;
	text-decoration: none;
	line-height: 15px;
}

a:hover
{
    color: #4caf3a;
	text-decoration: underline;
	cursor: pointer !important;
}

h1
{
    font-family: Arial, Sans-Serif;
    color: #4caf3a;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 6px;
}

h2
{
    color: #2f2f2f;
    font-size: 8pt;
    font-weight: bold;
    margin-bottom: 2px;
}

h3
{
    color: #123a5d;
    font-size: 8pt;
    font-weight: bold;
    margin-bottom: 2px;
}


ul
{    
    margin: 0 0 20px 0;
    padding-left: 0;
	list-style: none;	
}

ul li
{
    padding-left: 16px;
    background-image: url(../images/li.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    line-height: 15px;
}

ol
{
    margin: 0 0 20px -10px;
    padding-left: 0;
    list-style-type: decimal;
    list-style-position: inside;
}

ol li
{
    padding-left: 10px;
    line-height: 15px;
}


.sidebar h1
{
    color: #0f3a5d;
    font-size: 8pt;
    font-weight: bold;
    margin-bottom: 5px;
}

.blue
{
    color: #123a5d
}

.green
{
    color: #4caf3a
}

.darkblue
{
    color: #123a5d
}

.darkgrey
{
    color: #2f2f2f
}

.blueBar
{
    color: #fff;
    background-color: #123a5d;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 0 5px 6px;
}