body {
  font-family: Arial, Helvetica, Univers, sans-serif;
}

a:link, a:visited, a:active  {
  color: #000000;
  text-decoration : none;
}
a:hover  {
  color: #000000;
  text-decoration : underline;
}
h1 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 9px;
}
.main-menu {
        vertical-align: top;
        font-size: 12px;
        font-weight: normal;
}
.side-menu {
        background-color: rgb(153, 204, 204);
        font-size: 12px;
        font-weight: normal;
	vertical-align: top;
}
.menu-frame {
        background-color: rgb(102, 153, 153);
}
.menu-frame-hi {
        background-color: rgb(0, 0, 0);
}
.side-menu-hi {
        background-color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: normal;
	vertical-align: top;
}
.content {
        background-color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: normal;
	vertical-align: top;
}
.content-frame {
        background-color: rgb(102, 153, 153);
}
.footer {
        background-color: rgb(255, 255, 255);
	color: #ff9900;
        font-size: 10px;
        font-weight: normal;
	vertical-align: center;
	text-align: center;
}
