#teaser TABLE
{
 color: black;
 background-color: #f5f5dc;
 text-align: left;
 font-size: 12px;
}

#teaser TH
{
 color: white;
 padding-right: 8px;
 padding-left: 8px;
 background-image: url(../images/bg-dkred.gif);
 text-align: left;
 padding-bottom: 1px;
 padding-top: 1px;
}

#teaser TD
{
 padding-right: 8px;
 padding-left: 8px;
 padding-bottom: 1px;
 padding-top: 1px;
 color: black;

}

#teaser A
{
 color: black;
 text-decoration: none;
 font-weight: bold;
}

#teaser A:hover
{
 text-decoration: underline;
}

#teaser .line
{
 background-color: #f7f7f7;
}

#teaser .line1
{
 background-color: #e7e7e7;
}

#teaser .hiline
{
 background-color: #f7f7f7;
 color: #bb4a00;
}

#teaser .hiline1
{
 background-color: #e7e7e7;
 color: #bb4a00;
}

