html {
	overflow-y: scroll;
}

body {
	background-color:#ffffff;
	color:#000000;
	font-family:Verdana, sans-serif;
	font-size:9pt;
	margin:0;
}

p, .normal {
	color:#000000;
	font-family:Verdana;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}

h1, .h1 {
	color:#333333;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	margin:0 0 2px;
	padding:0;
}

h2, .h2 {
	color:#333333;
	font-family:Verdana;
	font-size:8pt;
	font-style:italic;
	font-weight:bold;
	margin:0;
	padding:0;
}

h3, .h3 {
	color:#333333;
	font-family:Verdana;
	font-size:8pt;
	font-style:normal;
	font-weight:bold;
	margin:0 0 2px;
	padding:0;
}

h4, .h4 {
	color:#333333;
	font-family:Verdana;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	margin:4px 0 0;
	padding:0;
}

h5, .h5 {
	color:#333333;
	font-family:Arial, Verdana;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	margin:4px 0 0;
	padding:0;
}

h6, .h6 {
	color:#333333;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	margin:4px 0 0;
	padding:0;
}

li {
	color:#000000;
	font-family:Verdana;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}

a {
	color:#333333;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
}

a:hover {
	color:#ff6600;
}

a img {
	border-style:none;
}

.sidemenu_normal {
	color:#333333;
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	line-height:2;
	text-decoration:none;
}

.setopmenutext {
	color:#c2c0bf;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.setopmenutextred {
	color:#ff6600;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.bottom_blue {
	color:#ff6600;
	font-family:Verdana;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}

.home_middle_title {
	color:#333333;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
}

.home_middle_normal {
	color:#333333;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	line-height:1.5;
}

.bottom_normal {
	color:#767676;
	font-family:Verdana;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}

.topsubmenu_normal {
	color:#767676;
	font-family:Verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}

.topsubmenu_mouseover {
	color:#ff6600;
	font-family:Verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}

.sidemenu_orange {
	color:#ff6600;
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	line-height:2;
	text-decoration:none;
}

.sidemenu_seletedorange {
	color:#ff6600;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	line-height:2;
	text-decoration:none;
}

.product_subsub_normal {
	color:#333333;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

.product_subsub_mouse {
	color:#ff6600;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

.product_title {
	color:#000000;
	font-family:'Lucida Sans Unicode';
	font-size:34px;
	font-weight:bold;
	text-decoration:none;
}

.link_normal_blue {
	color:#0000ff;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.tm {
	color:#333333;
	font-family:Verdana;
	font-size:7px;
	font-weight:normal;
	line-height:1.5;
	padding-bottom:2px;
	text-align:left;
}


.floatdiv { 
    position:fixed; _position:absolute; _z-index:-1;
		width:45px;
		height: auto;
    overflow: hidden;
    top:30%; 
    background-color: transparent;
    margin:0;
    padding:0;
}

.floatdiv a   { color: #5D5D5D; border: 0; text-decoration: none; display: block;}
.floatdiv a img  { width:  45px;height: auto}
.floatdiv a:hover, .floatdiv .menu  { background-color: rgba(93, 93, 93, 0); color: #fff; }
.floatdiv .menu, .floatdiv .last    { margin-bottom: 0px; }

.spectable { 
	margin-top:10px;  text-align : left ; border-spacing : 10px ; line-height:140% ; position : relative; text-align:center;
}
.spectable tr td   { vertical-align: top; text-align: left}



.w3-center{text-align:center!important}

.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }

  .active {
	background-color: #cf3939;
  }