body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0099CC;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../tools/FOND_06_grey_darkest.jpg);
	background-attachment:fixed;


}
a {
	outline: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {margin-bottom: -10px;
}
h2 {font-size: 16px;}
.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 20px 0px 20px;
	font-size: 14px;
}

.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px 20px 0px 20px;
	font-size: 14px;
}
.menu:hover {
	text-decoration: none;
	color: #666666;
	margin: 0px 20px 0px 20px;
	font-size: 14px;
}
.menu:active {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px 20px 0px 20px;
	font-size: 14px;
}

.thumbs {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	margin-left: 15px;
}






#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 100%;
height: 135px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
margin-top: 15px;
outline: none;
font-size: 10px;
}
.thumbWrapper {
	width: 4200px;
	height: 125px;
}
.cdWrapper {
	width: 700px;
	margin-top: 10px; 
	background-color:#333399;
}
.cdLeft {
float: left;
text-align: left;
width: 400px;
line-height: 20px;

}

.cdRight {
	float: right;
	width: 300px;
}
.textCenter {
	width: 700px;
	margin-top: 0px;
	text-align: left;
}