a:link { color: #a9a9a9; text-decoration: none; }
a:active { color: #a9a9a9; text-decoration: none; }
a:visited { color: #a9a9a9; text-decoration: none; }
a:hover { color: #0379c3; text-decoration: none; }

.meny a:link { color: #a9a9a9; text-decoration: none; }
.meny a:active { color: #a9a9a9; text-decoration: none; }
.meny a:visited { color: #a9a9a9; text-decoration: none; }
.meny a:hover { color: #0379c3; text-decoration: none; }

.leroyLink a:link { color: #0172be; text-decoration: none; }
.leroyLink a:active { color: #0172be; text-decoration: none; }
.leroyLink a:visited { color: #0172be; text-decoration: none; }
.leroyLink a:hover { color: #ffffff; text-decoration: none; }

.umDesign a:link { color: #a9a9a9; text-decoration: none; }
.umDesign a:active { color: #a9a9a9; text-decoration: none; }
.umDesign a:visited { color: #a9a9a9; text-decoration: none; }
.umDesign a:hover { color: #0379c3; text-decoration: none; }




#container {
   position: absolute;
   top: 10%; left: 10%;				/* place it where you want     */
}

#translucentbkg {
   width: 1024px; height: 768px;		/* to match DIVs size          */
   background-color: #000000;		/* the background              */
   filter:alpha(opacity=75);
   -moz-opacity:0.75;
   opacity: 0.75;
}

#overlay {
   width: 1024px; height: 768px;		/* to match DIVs size          */
   background-color: transparent;	/* transparent background      */
   position: absolute;				/* absolute positioning        */
   z-index: 2;						/* place it over the other DIV */
   
   padding: 150px 0px 0px 0px;
   margin: 0;
}






body
{
  font-family: Trebuchet MS, Verdana;
  font-size: 11px;
  color: #a9a9a9;

  background-color: #ffffff;
  
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
 
  overflow: auto;
}

table
{
  font-family: Trebuchet MS, Verdana;
  font-size: 11px;
  color: #a9a9a9;
}

.title01
{
  font-size: 18px;
  font-weight: bold;
  color: #808080;
}

.prodtitle
{
  font-size: 14px;
  font-weight: bold;
  color: #808080;
}
