@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}
body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #525252;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.white {color:#ffffff;}
.top {color:#ffffff;}

.top a:link  {
	color: #FF0000;
	text-decoration: none;
}
.top a:visited  {
	text-decoration: none;
	color: #FF0000;
}
.top a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.top a:active  {
	text-decoration: none;
	color: #FF0000;
}
.field_150_noir {
	background-color:#000000;
	width:150px;
	height:16px;
	padding:2px;
	color:#eeeeee;
	border:1px solid #333333;
}

.text_200_noir {
	background-color:#000000;
	width:200px;
	height:80px;
	padding:2px;
	color:#eeeeee;
	border:1px solid #333333;
}

