body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
h1 {
	font-size: 10px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
}
h3 {
	font-size: 12px;
	color: #FFFFFF;
}
.box {
	width: 619px;
	margin-right: 7px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none;
	border-left: 1px solid #FFFFFF;
	background-image: url(../images/backround.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.content {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	line-height: 20px;
	font-size: 13px;
}
.yellow-box {
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 0px;
	float: right;
	width: 240px;
	border: 1px solid #FFCC00;
	background: #242424;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
}
a#en {
    display: block;
    width: 36px;
    height: 32px;
    background-image: url(../images/english.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#en:hover {
    background-position: 0 -32px;
}
a .alt { display: none; 
}
a#fr {
    display: block;
    width: 36px;
    height: 32px;
    background-image: url(../images/francais.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#fr:hover {
    background-position: 0 -32px;
}
a .alt { display: none; 
}