
  .text {
  font-family: Tahoma;
  font-size: 12px;
  font-style: normal;
  color: #0C0A36;
  }
  
.right_menu {
  font-family: Tahoma;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #0611F5;
  }

.titles {
  font-family: Tahoma;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  color: #0C0A36;
  }

.producttitles {
  font-family: Tahoma;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: #0C0A36;
  }

.subtitles {
  font-family: Tahoma;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #99000E;
  }
  
  .topmenu {
  font-family: Tahoma;
  font-size: 12px;
  font-style: normal;
  color: #ffffff;
  }
  
  .bottommenu {
  font-family: Tahoma;
  font-size: 11px;
  font-style: normal;
  color: #ffffff;
  }
  
a.topmenu:link { color: #ffffff; text-decoration: none; } 
a.topmenu:active { color: #ffffff; text-decoration: none; } 
a.topmenu:visited { color: #ffffff; text-decoration: none; } 
a.topmenu:hover { color: #ffffff; text-decoration: none; }

a.bottommenu:link { color: #ffffff; text-decoration: none; } 
a.bottommenu:active { color: #ffffff; text-decoration: none; } 
a.bottommenu:visited { color: #ffffff; text-decoration: none; } 
a.bottommenu:hover { color: #ffffff; text-decoration: none; }
  
a.subtitles:link { color: #99000E; text-decoration: underline } 
a.subtitles:active { color: #99000E; text-decoration: underline } 
a.subtitles:visited  { color: #99000E; text-decoration: underline } 
a.subtitles:hover { color: #99000E; text-decoration: underline }
  
a:link { color: #0000FF; text-decoration: underline } 
a:active { color: #0000FF; text-decoration: underline } 
a:visited  { color: #0000FF; text-decoration: underline } 
a:hover { color: #FF0000; text-decoration: underline }

.back {
  background-image: url(images/background_gradient1.jpg);
  background-repeat: repeat-x;
  background-position: top;
  }
  
.vert {
background-image: url(images/line1.jpg);
background-repeat: repeat-y;
background-position: top right;
  }

.hor {
background-image: url(images/line1.jpg);
background-repeat: repeat-x;
background-position: center ;
  }