﻿/*------ Fonts -------------------*/
.tahoma8
{
	font-family: Tahoma;
	font-size: 8pt;
}
.times11b
{
	font-family: Times New Roman;
	font-size: 11pt;
	font-weight: bold;
}

/*------- ------------------*/
td
{
	background-repeat: repeat;
}

/*-------- Titr -----------------*/
.NewsTitle1
{
	font-weight: bold;
	font-size: 17pt;
	color: black;
	font-family: Times New Roman;
	text-decoration: none;
}

.NewsTitle2
{
	font-weight: bold;
	font-size: 15pt;
	color: black;
	font-family: Times New Roman;
	text-decoration: none;
}

.NewsTitle3
{
	font-weight: bold;
	font-size: 13pt;
	color: black;
	font-family: Times New Roman;
	text-decoration: none;
}

.NewsTitle4
{
	font-weight: bold;
	font-size: 11pt;
	color: black;
	font-family: Times New Roman;
	text-decoration: none;
}

/*-------------------------*/
.NewsBody
{
	font-size: 9pt;
	color: black;
	font-family: tahoma;
	text-align: justify;
	line-height: 14pt;
}

.Continue
{
	text-decoration: none;
}


/*-------------------------*/
.FootNote
{
	font: bold 8pt tahoma;
	color: gray;
	background-color: Gray;
	border: solid 1px gray;
	text-align: justify;
}
/*-------------------------*/
.Block
{
	border-right: gray 1px dashed;
	padding-right: 4px;
	border-top: gray 1px dashed;
	padding-left: 4px;
	padding-bottom: 4px;
	font: bold 8pt tahoma;
	border-left: gray 1px dashed;
	color: white;
	padding-top: 4px;
	border-bottom: gray 1px dashed;
	background-color: orange;
	text-align: justify;
}
/*-------------------------*/
.PanelHeader
{
	cursor: hand;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: Times New Roman;
}

.PanelItem
{
	cursor: hand;
	color: black;
	text-align: justify;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	font-family: Tahoma;
	line-height: 12pt;
}

.PanelFooter
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	font-family: Times New Roman;
}
/*-------------------------*/
td.NormalStyle
{
	font-family: Tahoma;
	font-size: 8pt;
}
/*-------------------------*/

#theTicker A
{
	color: black;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

