/* Displaying homepage background */
body {
	background-color: #000000;

}

#BG
{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}


.containerBorder {
	background-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;

}

/* Displaying menu */
#menu
{
	width: 962px;
	height: 33px;
	background-color: #000000;
	color: #FFFFFF;
}

/* Displaying left, middle & right column */
#leftColumn
{
	width: 169px;
	/* border: 1px dotted #000000; */
	font:normal 11px Verdana;
	margin-left:10px;
	margin-right:20px;
	margin-top:20px;
	line-height: 20px;
	float: left;
}

#contenuColumn
{
	width: 750px;
	/*border: 1px dotted #000000; */
	border-left: 1px solid #cccccc;
	font:normal 11px Verdana;
	line-height: 17px;
	margin-top:20px;
  float: left;

}

#middleColumn
{
	width: 352px;
	/*border: 1px dotted #000000; */
	font:normal 11px Verdana;
	line-height: 17px;
	margin-left:5px;
	float: left;
}

#rightColumn
{
	width: 350px;
	/* border: 1px dotted #000000; */
	font:normal 11px Verdana;
	margin-left:30px;
	float: left;
}

/* Displaying TOPMENU*/
#topMenu a:link
{
	font:normal 12px Verdana;
	color: #FFFF00;
	text-decoration: none;
}

#topMenu a:hover
{
	font:normal 12px Verdana;
	color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	padding-bottom:5px;
	margin-bottom:5px;
}

#topMenu a:visited
{
	font:normal 12px Verdana;
	color: #FFFF00;
	text-decoration: none;
}
/* Displaying General Title & Text*/
.Title
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: Bold;
	color: #CE9100;
}

.TitleSmaller
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: Bold;
	color: #000099;
}

/* Displaying NEWS */
.newsMargin
{
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	margin-left:30px;
	margin-right:15px;

}

.newsTitle
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: Bold;
	color: #993300;
	}
	
.oddsTitle
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: Bold;
	color: #FFFF00;
}
/* Displaying PAGES */
.pagesMargin
{
	padding-left:10px;
	padding-right:10px;
	margin-left:30px;
	margin-right:15px;

}

.line
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

}

.normalText
{ font-family: arial;
	font-size: 13px;

}

/* Displaying DIVIDEND */
.dividend
{	font-family:verdana;  font-size:12px;  color:#000099;	text-align: justify;}

.odds
{  font-family:verdana;  font-size:12px;  background-color:#CE9100;  text-align: justify;}

.dividendline
{  border-bottom: 1pt dotted #999999; }

.location {	font-family:verdana;  font-size:13px;	color:#ffff93;	text-align: left;   line-height: 21pt;}
.address {	font-family:verdana;  font-size:11px;	text-align: left;   line-height: 18pt; }
