body {
	background: #000000;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	color:#FFFFFF;
}

a {
	color:#746969;
	text-decoration:none;
	font-size:12px;
}

a:hover {
	color: #FFFFFF;
	text-decoration:none;
	font-size:12px;
}

.bordo {
	border: thin groove #FFFFFF;
}

.copyright {
	color: #FFFFFF;
	text-decoration:none;
	font-size:10px;
	text-align:center;
}

a.copyright {
	color: #FFFFFF;
	text-decoration:none;
	font-size:10px;
	text-align:center;
}
a.copyright:hover {
	color: #FFFFFF;;
	text-decoration:none;
	font-size:10px;
	text-align:center;
}

.boxcentrale {
	background-color: #000000;
}
.nobordo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.divboxcentrale {
	height:376px;
	overflow:auto;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	background-color: #1d1d1d;
	color: #808080;
	text-decoration:none;
	font-size: 14px;
	font-family:Arial, "Times New Roman", Times, serif;
}

.button-group {
	width: 100%;
	overflow: hidden;
	clear: both;
}
.button-wrapper {
	width: auto;
	display: block;
	float: left;
	border: 0;
	padding: 0;
	margin: 0 10px 0 0;
}
.button-wrapper div {
	width: 100%;
}
.button-wrapper button {
	width: 100%;
}
.button-wrapper button, .button-wrapper a, .button-wrapper a:visited {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	text-decoration: none;
	line-height: 43px;
	cursor: pointer;
	padding: 0 15px;
	border: none;
	display: block;
	float: left;
}
.button-wrapper img {
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin: 0 2px;
}

.style1 {
	background: #606ed2 url(../images/button-bg-style1.gif) repeat-x;
}
.style1:hover {
	background-position: 0 -20px;
}
.style1 div {
	background: url(../images/button-right-style1.gif) no-repeat 100% 0;
}
.style1:hover div {
	background-position: 100% -20px;
}
.style1 button, .style1 a, .style1 a:visited {
	color: #eaecf8;
	font-size: 12px;
	letter-spacing: 1px;
	text-shadow: #3642b7 1px 1px 0;
	text-align: center;
	background: url(../images/button-left-style1.gif) no-repeat 0 0;
}
.style1:hover button, .style1:hover a, .style1:hover a:visited {
	color: #fff;
	text-shadow: #162089 1px 2px 1px;
	background-position: 0 -20px;
}
																		/* custom height setting */
.style1, .style1 div, .style1 button, .style1 a, .style1 a:visited {
	height: 20px;
	line-height: 20px;
}

