﻿.SpecialBox
{
	background-color:#ebd7b3;
}
.TitleLinkButton
{
	font-size: 12pt;
	color: darkred;
	font-family: Tahoma;
	text-align: justify;
	text-decoration: none;
}

A.TitleLinkButton:hover
{
	font-size: 12pt;
	color: papayawhip;
	font-family: Tahoma;
	text-align: justify;
}

.LinkMore
{
	font-size: 7pt;
	color: mediumblue;
	font-family: Tahoma;
	text-align: justify;
	text-decoration: none;
}
A.LinkMore:hover
{
	font-size: 7pt;
	color: lightgoldenrodyellow;
	font-family: Tahoma;
	text-align: justify;
}


.DataInf
{
	font-size: 7pt;
	color: midnightblue;
	font-family: Tahoma;
	text-align: justify;
	text-decoration: none;
}

.LinkButton
{
	font-size: 9pt;
	/*color: green;*/
	color: maroon;
	font-family: Tahoma;
	text-align: justify;
	text-decoration: none;
}

.AnnLabel
{
	font-size: 10pt;
	color: lightgoldenrodyellow;
	font-family: Tahoma;
}
.AnnTitle
{
	font-size: 10pt;
	color: #ffff00;
	font-family: Tahoma;
}
.NormalLinkButton
{
	font-size: 9pt;
	color: blue;
	font-family: Tahoma;
	text-align: justify;
}


A.LinkButton:hover
{
	font-size: 9pt;
	color: orange;
	font-family: Tahoma;
	text-align: justify;
}


.EditBox
{
	font-size: 9pt;
	color: blue;
	font-family: tahoma;
	text-align: justify;
}

.NormalLabel
{
	font-size: 8pt;
	color: black;
	font-family: tahoma;
	text-align: justify;
}
.RedNormalLabel
{
	font-size: 8pt;
	color: red;
	font-family: tahoma;
	text-align: justify;
}
.BlueNormalLabel
{
	font-size: 8pt;
	color: blue;
	font-family: tahoma;
	text-align: justify;
}

.GreenNormalLabel
{
	font-size: 8pt;
	color: Green;
	font-family: tahoma;
	text-align: justify;
}



.tlbFont
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: tahoma;
	text-decoration: none;
	text-align: justify;
}

.Title
{
	font-weight: bold;
	font-size: 16pt;
	color: #3300cc;
	font-style: normal;
	font-family: 'Times New Roman';
	text-decoration: none;
	text-align: justify;
}

.CellText
{
	font-size: 8pt;
	color: green;
	font-family: tahoma;
	text-align: justify;
	text-decoration: none;
	text-align: justify;
}

.WhiteNormalLabel
{
	font-size: 8pt;
	color: black;
	font-family: tahoma;
	text-align: justify;
}

.WhiteBoldLabel
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: tahoma;
	text-align: justify;
}
.WhiteLinkButton
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma;
	text-decoration: none;
	text-align: justify;
}
.WhiteTitle
{
	font-weight: bold;
	font-size: 16pt;
	color: black;
	font-style: normal;
	font-family: 'Times New Roman';
	text-align: justify;
	text-decoration: none;
}
.DataFields
{
	font-size: 8pt;
	color: black;
	font-family: tahoma;
	text-align: justify;
	width:300;
}
.ContainerTitle
{
	font-size: 8pt;
	color: Navy;
	font-family: tahoma;
	
}
#slider-wrapper {
    /*background:url(images/slider.png) no-repeat;*/
    width:960px;
    height:225px;
    margin:0 auto;
    padding-top:0px;
    margin-top:0px;
}

#slider {
	position:relative;
    width:950px;
    height:225px;
    margin-left:0px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:none;
}

.nivo-controlNav {
	/*position:absolute;
	left:260px;
	bottom:-42px;*/
	display:none;
}
.nivo-controlNav a {
	display:none;
	/*width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;*/
}
.nivo-controlNav a.active {
	display:none;
	/*background-position:0 -22px;*/
}

.nivo-directionNav a {
	display:none;
	/*width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;*/
}
a.nivo-nextNav {
	display:none;
	/*background-position:-30px 0;
	right:15px;*/
}
a.nivo-prevNav {
	display:none;
	/*left:15px;*/
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

