body {
   background-color: #f3f3f3;
}
body.main {
   background-image: url('bg_label.jpg');
   background-repeat: no-repeat;
   background-position: 47% 30%;
}

body.menu    {background-color: transparent;}
body.submenu {background-color: transparent;}
body.info    {background-color: transparent;}

iframe {border: 0;
       border-left: medium dotted #606060;}

/* Old gradual boxes
body.menu    {background-color: #eee}
body.submenu {background-color: #e9e9e9}
body.info    {background-color: #e2e2e2}
*/
A:link {
   color:#555;
   text-decoration:none;
   font-weight: bold;
}
A:visited {
   color:#888;
   text-decoration:none;
}
A:hover {
   color:#000;
   font-weight: bold;
}
p,td {
   font-size:11px;
   font-family: tahoma,arial narrow,arial;
   color:#666;
   line-height:17px;
}
p.tag	{
   color: #909090;
   font-size: 10px;
   text-align: center;
}
td.stripe {
   background: #5a5957 url('bg_bar.jpg') repeat-y;
   color: #e5e5e5;
   letter-spacing: 7px;
   border: medium dotted #f3f3f3;
}
strong {
   color: #9c3100;
   font-weight: bold;
   font-size: 16px;
}
.quote {color: #aaa}