<style>

body {
  font-family: Arial;
  font-size: 12px; 
  font-style: normal; 
  font-weight: normal;
  background-color: #ffffff;
  color: #595959;
}

body.mobilebase {
  font-family: Arial;
  font-size: 8px; 
  font-style: normal; 
  font-weight: normal;
  background-color: #ffffff;
  color: #000000;
}

body.base {
  font-family: Arial;
  font-size: 12px; 
  font-style: normal; 
  font-weight: normal;
  background-color: #d1d1d1;
  background-image: url('images/back.jpg');
  background-repeat: repeat;
  color: #595959;
}

body.frame {
  font-family: Arial;
  font-size: 12px; 
  font-style: normal; 
  font-weight: normal;
  background-color: #d1d1d1;
  color: #595959;
  margin-left: 5;
  margin-right: 5;
  margin-top: 5;
  margin-bottom: 5;
  border-width: 0;
}

body.adminframe {
  font-family: Arial;
  font-size: 12px; 
  font-style: normal; 
  font-weight: normal;
  background-color: #ffffff;
  color: #595959;
  margin-left: 5;
  margin-right: 5;
  margin-top: 5;
  margin-bottom: 5;
  border-width: 0;
}

html {
  scrollbar-face-color: #9e9e9e;
  scrollbar-highlight-color: gray; 
  scrollbar-shadow-color: #9e9e9e;
  scrollbar-track-color: #d1d1d1; 
  scrollbar-darkshadow-color: black; 
  scrollbar-base-color: #d1d1d1;
}

frame.base {
  border: 0;
  frame-border: 0;
  border-color: black black black black;
  border-collapse: collapse;
}

a { 
  font-weight: normal;
  color: #000099; 
  text-decoration: none; 
}

a:hover { 
  color: #8888ff; 
  font-weight: normal;
  text-decoration: none; 
}

a.menu { 
  font-family: Arial;
  font-size: 14px; 
  font-weight: bold;
  color: #ffffff; 
  text-decoration: none; 
}

a:hover.menu { 
  font-family: Arial;
  font-size: 14px; 
  color: #ffffff; 
  font-weight: bold;
  text-decoration: none; 
}

.norm {
  font-family: Arial;
  font-size: 12px; 
  font-style: normal; 
  font-weight: normal;
}

a.topemail { 
  color: #c9c9c9; 
  font-weight: normal;
  text-decoration: none; 
}

a.topemail:hover { 
  color: #7777ff; 
  font-weight: normal;
  text-decoration: none; 
}

.topemail {
  color: #C9C9C9; 
  font-family: Arial;
  font-size: 12px; 
  font-style: normal; 
  font-weight: normal;
}

.mobilenorm {
  font-family: Arial;
  font-size: 12px; 
  font-style: normal; 
  font-weight: normal;
  color: #000000;
}
.highlight { 
  background-color: #676767;
}

.h1 {
  font-size: 14px; 
  font-weight: bold;
  color: #595959;
}

.h2 {
  font-size: 18px; 
  font-weight: bold;
  color: #595959;
}

.h3 {
  font-size: 22px; 
  font-weight: bold;
  color: #000099;
}

.sml {
  font-size: 11px; 
  font-weight: normal;
  color: #595959;
}

.verysml {
  font-size: 10px; 
  font-weight: normal;
  color: #595959;
}

table.base {
  border-width: 0px;
  border-spacing: 0px;
  padding: 0px;
  border-style: solid;
  border-color: gray gray gray gray;
  border-collapse: collapse;
}

table.mobilebase {
  border-width: 0px;
  border-spacing: 0px;
  padding: 0px;
  border-style: solid;
  border-color: gray gray gray gray;
  border-collapse: collapse;
}

table.list {
  border-width: 0px;
  border-spacing: 0px;
  padding: 0px;
  border-style: solid;
  border-color: gray gray gray gray;
  border-collapse: collapse;
}

table.control {
  border-width: 0px;
  border-spacing: 0px;
  padding: 0px;
  border-style: solid;
  border-color: gray gray gray gray;
  border-collapse: collapse;
  background-color: #000000;
}

td {
  font-size: 12px; 
  font-weight: normal;
  color: #595959;
}

td.control {
  font-weight: normal;
  color: #595959;
}

td.listdata {
  font-weight: normal;
  font-size: 12px; 
  color: #595959;
}

td.listlabel {
  font-weight: bold;
  font-size: 12px; 
  color: #595959;
}

.userinput { 
  background-color: #d4d4d4;
}

.tabs {
  border: 2px #c0c0c0 solid;
  border-collapse: collapse;
  border-right:0px;
}

</style>