html,body,div,ul,ol,li,dl,dt,dd,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal;  }
h3 { font-size: 1em;  }

ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

html {
  height:100%;
}
.Header {
	border-bottom: 12px solid #595959;
}
body{
	background:#fff;
	color:#666;
	font:normal 62.5% Tahoma, Arial, Helvetica, sans-serif;
	min-width:1000px;
	max-width:1280px;
    text-align:center;
}

table, table td, table th {
  font-size:1em;
}

a {
  color:#6f6f6f;
  font-size:1em;
  text-decoration:none;
}
a:hover,
a:active
{ text-decoration:underline;color:#6f6f6f; }
  
.novelty,
.novelty td {
  background-color:#cce8cc;
  border-color:#fff;
}
table.print td {
	border-bottom:1px solid #fff;
	font-size:12px;
}
table.datas a{ text-decoration:none; }
table.datas thead a{ text-decoration:underline; }
table.datas th,
table.datas td{
  border-bottom:1px solid #E8E8E8;
  text-align:center;
}
table.print th {
	border-bottom:1px solid #fff;
	font-size:12px;
	padding-bottom:10px;
	padding-top:30px;
}
img {border:none;}
