html, body {
    margin: 10px 10px 10px 10px;
    padding: 0;
	color:#000;
	font-size:12pt;
	FONT-FAMILY: Arial,verdana;
	text-decoration : none;
    line-height: 18pt;
}
body {
    overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #fff;
}

#wrapper {
    height:100%;
    width:100%;
    max-width: 1400px;
    display:table;
    table-layout: fixed;
    margin-left:auto;
    margin-right:auto;
}
.logo {
    width: 100%;
    height: auto !important;
    max-width: 500px;
    display: block;
}
a, a:visited, a:active {
    color: #0A0000;
}
.footer {
    font-size: 8pt;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ff6600;
  background-color: #0090e3;
}
.tab button {
  color: #fff;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ff6600;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ff6600;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ff6600;
  border-top: none;
}