/*
	*	Mohammed Derbashi, Estarta Solutions
	*	26.12.2005
	*	Home page style sheet file
	*	This file contains the style classes for Estarta website home page
*/

/* Default style */
Body
{
	font-family: Verdana;
	margin: 0 0 0 0;
}


/* upper news bar */
.NewsBar
{
	background-color: White;
	color: Black;
}

/* News links in the upper news bar */
.NewsLink:active .NewsLink:hover .NewsLink:link .NewsLink:visited
{
	color: Black;
	font-family: Verdana;
	font-size: 7.5pt;
}

/* Sector title located under news bar */
.SectorTitle
{
	background-color: Black;
	text-align: center;
	color: White;
	height: 40px;
	cursor: hand;
	font-weight: bold;
	font-size: 13px;
	width: 163;
}

.SectorImage
{
	height: 70px;
	width: 163px;
}

/* TD that contains the text that display the sector details */
.SectorDescriptionBar
{
	height: 80px;
	font-family: Verdana;
	font-size: 7.5pt;
}

.SectorDescriptionTitle
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: justify;
}

.SectorDescriptionLink:active .SectorDescriptionLink:hover .SectorDescriptionLink:link .SectorDescriptionLink:visited
{
	color: Gray;
	text-decoration: underline;
	font-size: 10px;
}

/* Latest news bar */
.LatestNewsBar
{
	/*background-image: url(images/lastnews.jpg);*/
	background-color: C0C0C0;
	height: 29px;
}

/* Nesw title located in the news body at home page */
.LatesNewsTitle:active .LatesNewsTitle:hover .LatesNewsTitle:link .LatesNewsTitle:visited
{
	color: Gray;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}



.pressroom_style
{
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
}
