BODY, P, H1, H2, H3, H4, H5, H6, LI, TD, TH, DD, DT, A
{
        font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
        color: black;
}
BODY, P, LI, TD, TH, DD, DT
{
 font-size: 10pt;
}


a:link    { font-weight: normal; color: #0000FF }
a:hover   { text-decoration: underline; background-color: yellow; font-weight: normal; color: #0000FF }
a:active  { font-weight: normal; color: #FF0000 }
a:visited { font-weight: normal; color: #0000CC }

a.cat       { color:white }
a.cat:hover {background-color:#5555FF; }

a.b  { }
a.b:hover { background-color:white }

.margin { margin-top: 0px; margin-left: 0px}

a.group,A.group:active, A.group:visited {
color: black;
text-decoration: none;
font-size: smaller;
font-weight:bold
}
a.group:visited {
color: black;
font-weight:bold
}

a.group:hover {
color: black;
text-decoration: underline;
background-color:white;
font-weight:bold;
}

a.subgroup {
text-decoration: none;
font-size: smaller;
}
a.subgroup:hover
{ text-decoration: underline; font-weight: normal; color: #0000FF }
a.up {
font-size:smaller;
}

.headline
{
font-size:18px;
font-weight:bold;
}

.bold
{
font-weight:bold
}

.header {
font-weight:bold;
font-size:18px;
color:#5c67ff;
}
.title {
 font-size:18px;
 font-weight: bold;
}
.tag_right {
 font-weight:bold;
 text-align:right;
}
.tag_left {
 font-weight:bold;
 text-align:left;
}
.red
{ 
color: #FF0000;
}
td.tab          {
    border-top: 1px solid #999;
    border-right: 1px solid #666;
    border-left: 1px solid #999;
    border-bottom: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

table.tabs      {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #666;
}
