<style>

body {
  font-family: Tahoma;
  font-size: 14px; 
  font-style: normal; 
  font-weight: normal;
  color: #3D3882;
  background-image: url('Images/sky.jpg');
  background-repeat: repeat;
}

body.base {
  font-family: Tahoma;
  font-size: 14px; 
  font-style: normal; 
  font-weight: normal;
  color: #3D3882;
  background-image: url('Images/sky.jpg');
  background-repeat: repeat;
}

body.frame {
  font-family: Tahoma;
  font-size: 14px; 
  font-style: normal; 
  font-weight: normal;
  background-image: url('Images/sky.jpg');
  background-repeat: repeat;
  color: #3D3882;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0;
}

html {
  scrollbar-face-color: #829ADF;
  scrollbar-highlight-color: #336ED5;
  scrollbar-shadow-color: #9BAAE3;
  scrollbar-track-color: #9BAAE3;
  scrollbar-darkshadow-color: #9BAAE3;
  scrollbar-base-color: #9BAAE3;
}

frame.base {
  border: 0;
  frame-border: 0;
}

a { 
  font-weight: bold;
  color: #151567;
  text-decoration: none; 
}

a.control { 
  font-size: 14px;
  font-weight: bold;
  color: #3D3882;
  text-decoration: none; 
  background-color: #9BAAE3;
}

a.controlhighlight { 
  font-size: 14px;
  font-weight: bold;
  color: #3D3882; 
  text-decoration: none; 
}

a:hover { 
  font-weight: bold;
  color: 'black'; 
  text-decoration: none; 
}

a.tiny { 
  font-family: Tahoma;
  font-size: 9px; 
  font-weight: normal;
  color: #3D3882;
  text-decoration: none; 
}
a.tiny:hover { 
  font-family: Tahoma;
  font-weight: normal;
  font-size: 9px; 
  color: #3B384E; 
  text-decoration: none; 
}
.tiny {
  font-size: 9px; 
  font-weight: normal;
  color: #3D3882;
}

a.small { 
  font-family: Tahoma;
  font-size: 11px; 
  font-weight: bold;
  color: #3D3882;
  text-decoration: none; 
}
a.small:hover { 
  font-family: Tahoma;
  font-weight: bold;
  font-size: 11px; 
  color: #3B384E; 
  text-decoration: none; 
}
.small {
  font-size: 11px; 
  font-weight: normal;
  color: #3D3882;
}

.norm {
  font-family: Tahoma;
  font-size: 12px; 
  font-style: normal; 
  font-weight: normal;
}

.highlight { 
  background-color: #7A90DD;
}

.h1 {
  font-size: 36px; 
  font-weight: bold;
  color: #3D3882;
}

.h3 {
  font-size: 18px; 
  font-weight: bold;
  color: #3D3882;
}

.h3 {
  font-size: 14px; 
  font-weight: bold;
  color: #3D3882;
  background-color: #7A90DD;
}

.sml {
  font-size: 11px; 
  font-weight: normal;
  color: #8CDC86;
}

.verysml {
  font-size: 10px; 
  font-weight: normal;
  color: #3D3882;
}

table.base {
  border-width: 0px;
  border-spacing: 0px;
  padding: 20px;
  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: #9BAAE3;
}

td {
  font-weight: normal;
  color: #3D3882;
}

td.control {
  font-weight: normal;
  color: #80F800;
}

td.listdata {
  font-weight: normal;
  font-size: 14px; 
  color: #3D3882;
}

td.listlabel {
  font-weight: bold;
  font-size: 14px; 
  color: #3D3882;
}

</style>