a { 
  color: #aaaaaa;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  background-color: #000000;
  color: #aaaaaa;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  height: 100%;
  margin: 0;
  padding: 0;
}
input, select {
  background-color: #0d0c08;
  border: 1px solid #282828;
  color: #cccccc;
  font-family: Verdana, sans-serif;
  font-size: 10px;
}
html {
  border: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}
table.justify {
  border-collapse: collapse;
}
table.justify td, table.justify th {
  padding: 0;
}

.homeDescription {
  color: #666666;
  font-size: 18px;
  font-weight: bold;
}
.homeFooter {
  background-color: #0d0c08;
  border-top: 1px solid #282828;
  color: #cccccc;
  font-size: 9px;
  font-weight: bold;
  height: 20px;
  text-align: right;
}
.homeHeader {
  border-bottom: 1px solid #282828;
  height: 140px;
}
.homeItem {
  background-color: #0d0c08;
  border-bottom: 1px solid #282828;
  border-right: 1px solid #282828;
  color: #cccccc;
  font-size: 9px;
  font-weight: bold;
  height: 21px;
  width: 149px;
}
.homeItem:hover {
  background-color: #424242;
}
.homeItem:last-child {
  border-bottom: 1px solid #282828;
}
.homeLang {
  background-color: #0d0c08;
  border-bottom: 1px solid #282828;
  font-size: 9px;
  font-weight: bold;
  height: 20px;
  text-align: right;
}
.homeLogin {
  border-right: 0 !important;
  width: 200px;
}
.homeLogo {
  background: url(../img/home/logo.png) no-repeat top left;
  display: inline-block;
  height: 140px;
  width: 479px;
}
.homeTable {
  background-color: #0d0c08;
  border: 1px solid #282828;
  color: #cccccc;
  font-size: 9px;
  font-weight: bold;
}
.homeTableTitle {
  background-color: #171717;
  border-bottom: 1px solid #282828;
  color: #aaaaaa;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  text-align: center;
  width: 149px;
}
.homeTableTitle:hover {
  background-color: #424242;
}
.homeTitle {
  background-color: #171717;
  border-right: 1px solid #282828;
  border-top: 1px solid #282828;
  color: #aaaaaa;
  font-weight: bold;
  height: 22px;
  text-align: center;
  width: 149px;
}
.homeTitle:hover {
  background-color: #424242;
}
