TABLE.NEWSLETTER-TABLE
{
 width: 500px;
 height: auto;
 margin: 0px;

 border-collapse: collapse;
 border-color: transparent;
 border-spacing: 0px;
 border-style: hidden;
 border-width: 0px;
}

COL.COL-LEFT
{
 width: 200px;
}

COL.COL-RIGHT
{
 width: 300px;
}

TR.NEWSLETTER-HEADER
{
 height:40px;
}

TR.NEWSLETTER-ITEM
{
 height: 35px;

 background-color: #D50000;
}

TR.NEWSLETTER-SUBMIT
{
 height: 30px;
}

TD.NEWSLETTER-HEADER
{
 color: silver;

 font-size: 14px;
 font-weight: bold;

 background-color: #D50000;

 text-decoration: underline;
 text-transform: uppercase;
}

TD.NEWSLETTER-LEFT
{
 color: white;

 text-align: right;
}

TD.NEWSLETTER-LEFT-REQUIRED
{
 color: white;

 font-weight: bold;

 text-align: right;
}

TD.NEWSLETTER-RIGHT
{
 text-align: center;
}

TD.NEWSLETTER-RIGHT-CHECKBOX
{
 color: white;

 text-align: center;
}

TD.NEWSLETTER-SUBMIT
{
 background-color: #D50000;

 text-align: right;
}

INPUT.NEWSLETTER-TEXT
{
 width: 250px;
}

TABLE.LEGENDE-TABLE
{
 width: 500px;
 height: auto;
 margin: 0px;

 border-collapse: collapse;
 border-color: transparent;
 border-spacing: 0px;
 border-style: hidden;
 border-width: 0px;
}

TD.LEGENDE-ITEM
{
 background-color: silver;
 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: italic;
 font-variant: normal;
 font-weight: normal;

 text-align: justify;
 text-decoration: none;
 text-index: 0px;
# text-shadow: 3px 3px;
 text-transform: none;
}

FORM
{
 text-align: center;
}


