

body {
    background-color: #2D2D2D;
    margin: 0;
    padding:0%;
    text-align: left;
    font: .77em/1.2em Trebuchet MS;
    font-size: 12px;
  }



.contents {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 14px;
    color:#bbbbbb;
    line-height: 22px;
    background-color: #383838;
  }
.menu {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 14px;
    line-height: 20px;
    color: #ffa407;
    font-weight:bold;
    text-decoration: none;
    background-color: #383838;
  }
.tablehead {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 14px;
    line-height: 20px;
    color: #FFA407;
    font-weight:bold;
    text-decoration: none;
    background-color: #484848;
  }


.menu:hover {
    color:#ffffff;
  }


.menusep {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 25px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight:bold;
  }


.sepline {
    background-color:#7F7F7F;
  }


.title {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 22px;
    font-weight:bold;
    color:#ffa407;
  }
.subtitle {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 15px;
    font-weight:bold;
    color:#B4B4B4;
  }
.worktitle {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 15px;
    font-weight:bold;
    color:#FFA407;
    text-decoration:none;
  }
.worktitle:hover {
	text-decoration:underline;
	color:#ffffff;
  }


.footer {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 11px;
    color:#9C9C9C;
    line-height: 20px;
    background-color: #484848;
  }
.note {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 11px;
    color:#9C9C9C;
    line-height: 20px;
    background-color: #383838;
  }


.buttons {
    border-bottom-width : 1px;
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-color:#ffffff;
    background-color:#3A3A3A;
    color:#ffa407;
  }

