/* (C) 2007 by Jean-Christophe Koerber. All rights reserved. */

img
{
 border-width: 0px;
}

table.menu,
table.menu th,
table.menu td
{
 margin:         0px;
 border:         0px;
 border-spacing: 0px;
 padding:        0px;
}

.menu_item,
.menu_item_0
{
 margin-left: 10px;
 font-style:  none;
 font-weight: none;
 font-size:   16px;
}

.menu_item_1
{
 margin-left: 15px;
 font-style:  italic;
 font-weight: none;
 font-size:   14px;
}

.menu_item_2
{
 margin-left: 20px;
 font-style:  italic;
 font-weight: none;
 font-size:   12px;
}

.menu_item,
.menu_item_0,
.menu_item_1,
.menu_item_2
{
 color: white;
}

a.menu_item:link,
a.menu_item:visited,
a.menu_item_0:link,
a.menu_item_0:visited,
a.menu_item_1:link,
a.menu_item_1:visited,
a.menu_item_2:link,
a.menu_item_2:visited
{
 text-decoration: underline;
 color:           white;
}

a.menu_item:hover,
a.menu_item:active,
a.menu_item_0:hover,
a.menu_item_0:active,
a.menu_item_1:hover,
a.menu_item_1:active,
a.menu_item_2:hover,
a.menu_item_2:active
{
 text-decoration: underlined;
 color:           yellow;
}

.line
{
 color:       white;
 font-weight: none;
 font-size:   16px;
}

.headnote,
.footnote
{
 text-decoration: none;
 color:           black;
 font-weight:     none;
 font-size:       12px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
 margin-top:      10px;
 margin-bottom:   20px;
 text-decoration: underline;
 color:           #b42010;
 font-family:     "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}

h1
{
 font-style:  none;
 font-weight: bold;
 font-size:   18px;
}

h2
{
 font-style:  none;
 font-weight: bold;
 font-size:   16px;
}

h3
{
 font-style:  italic;
 font-weight: bold;
 font-size:   16px;
}

table.classic
{
 width:            100%;
 text-align:       left;
 background-color: #b42010;
 font-family:      Verdana, arial, sans-serif;
 font-weight:      none;
 font-size:        12px;
}

table.classic th
{
 text-align:       center;
 background-color: #b42010;
 color:            white;
}

table.classic td
{
 background-color: white;
 color:            black;
}