/* Style sheet */

.line {border-bottom: 1px solid #990000; }
.P {border-bottom: 1px solid #990000; height: 1px; }
A:active { COLOR: #005500; text-decoration: underline; font-weight: normal; }
A:visited { COLOR: #333333; text-decoration: underline; font-weight: normal; }
A:link { COLOR: #005500; text-decoration: underline; font-weight: normal; }
A:hover { COLOR: #FF0000; text-decoration: underline; font-weight: normal; }

/* Example: Can be used as <A class=mymenu HREF="...">Menu</A> */
.menu_level1 { white-space: nowrap; padding-left: 5px;  COLOR: #C3BD7B; }
.menu_level2 { white-space: nowrap; padding-left: 15px; }
.mymenu { COLOR: #C3BD7B; text-decoration: none; font-weight: normal;  }
.mymenu:active { COLOR: #228800; text-decoration: underline; font-weight: normal;  }
.mymenu:visited { COLOR: #228800; text-decoration: underline; font-weight: normal;  }
.mymenu:link { COLOR: #228800; text-decoration: underline; font-weight: normal;  }
.mymenu:hover { COLOR: #FFFF00; text-decoration: underline; font-weight: normal;  }

.workarea { color: #333333; padding-left:20; background-color: #CFC793; border-left: 1px solid #990000; border-right: 1px solid #990000; border-bottom: 1px solid #990000 }
.left { background-repeat: no-repeat; }




