﻿ td, th,  ol, ul, li, p, .bluebox
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
h1
{
    clear: both;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.5;
    font-family: "Times New Roman" , Times, serif;
    line-height: 1em;
    margin: 3px 0 13px 0;
}
h2
{
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    font-family: "Times New Roman", Times, serif;
    margin: 20px 0 4px 0;
}
h3, h4, h5, h6
{
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin: 14px 0 1px 0;
}
p
{
    margin: 0 0 8px 0;
}
h1 a:link, h1 a:active, h1 a:visited, h2 a:link, h2 a:active, h2 a:visited, h3 a:link, h3 a:active, h3 a:visited {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: underline;
}
a:link, a:active {
	color: #06c;
	text-decoration: none;
}
a:visited {
	color: #707;
	text-decoration: none;
}
a:hover {
	color: #03f;
	
text-decoration: underline;
}
a.pil
{
    background-image: url(../gfx/bullet-link.gif);
	background-position: 0 1px;
    background-repeat: no-repeat;
    display: block;
    font-weight: bold;
	margin-left: 20px;
    padding-left: 17px;
}

.bluebox
{
    background-color: #fff;
    border: 1px solid #999;
    padding: 15px 40px 15px 40px;
	width: 380px;
 margin-top: 0;
}

