/* HEADINGS */
h1, h2, h3 { margin-bottom: 3px;
         line-height: 1.5em;
         font-family: Tahoma;
         font-weight: normal; }
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Tahoma; }
h1 { font-size:18px; color: #15689a; font-weight: bold; }
h2 { font-size:14px; color: #CA001E; font-weight: bold; }
h3 { font-size:16px; color: #B26419; font-weight: normal; }
h4 { font: normal 16px Tahoma; color: #B26419; }
h5 { font-weight:normal; font-size:1em; }

td {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000;
}

div{
	font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #000;
    text-align: left;
}

.bgTitle{
	width: 524px;
	height: 24px;
	padding: 3px 0 0 38px;
	background: url( ../../../../site/graphics/bgTitle.gif ) no-repeat;
	color: #2a3b4f;
	font-weight: bold;
    font-size: 14px;
}

.bgTitleArticle{
	width: 524px;
	height: 24px;
	padding: 4px 0 0 38px;
	background: url( ../../../../site/graphics/bgTitleNext.gif ) no-repeat;
	color: #000;
	font-weight: bold;
    font-size: 12px;
    margin: 20px 0 10px 0;
    position: relative;
}

.TitleReturnToTop{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0pt;
	right: 10px;
}

.TitleReturnToTop a{
	display: block;
	width: 20px;
	height: 20px;
}

.TitleReturnToTop a:hover{
	text-decoration: none !important;
}

.ul{
	font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #000;
	padding: 0;
	margin: 15px 0 0 10px;
	list-style: none;
}

.ul li{
	background: url( ../../../../site/graphics/dot.gif ) 0 5px no-repeat;
	padding: 0 0 2px 10px;
}

.ul li a{
	font-weight: normal !important;
	color: #000 !important;
	text-decoration: none !important;
}

.ul li a:hover{
	font-weight: normal !important;
	color: #000 !important;
	text-decoration: underline !important;
}

.justtable{
	border: 1px solid black;
}

.justtable td{
	border: 1px solid black;
}

.justtable td div{
	text-align: center;
}

.justtablelight{
	background: #bfc0c2;
}