body {
  color: #5D5D60;
  background-color:white;
  font-family: Arial;
  font-size: 11pt;
}

a.top {
 color:#ffffff;
 font-family: Arial;
 font-size: 13pt;
 font-weight:bold;
 text-decoration:none;
}

a.top:hover {
 color:#F87602;
 font-family: Arial;
 font-size: 13pt;
 font-weight:bold;
 text-decoration:none;
}


.bottom {
 color:#CCCCCC;
 font-family: Arial;
 font-size: 8pt;
 text-decoration:none;
}

a.bottom {
 color:#ffffff;
 font-family: Arial;
 font-size: 8pt;
 text-decoration:none;
}
a.bottom:hover {
 color:#F87602;
 font-family: Arial;
 font-size: 8pt;
 text-decoration:none;
}
.grey {
 color: #5D5D60;
 font-family: Arial;
 font-size: 11pt;
}
.bigGrey {
 color: #5D5D60;
 font-family: Arial;
 font-size: 18pt;
 font-weight:bold;
}
.white {
 color: #ffffff;
}
.orange {
 color: #E17E0B;
}

.yellow {
 color: #FFFF99;
}

input.login {
  padding: 1px; 
  font-size: 6.5pt;
}

.loginHeader {
  color: white;
  font-size: 6.5pt;
}

.small {
   font-size:12;
}

.indents {
   padding:10 15 0 15;
}
a.signInHelp {
 color:#ffffff;
 color: white;
 font-size: 8pt;
}
.joinTable {
   width:600;
   padding:10px;
   background-color:#efefef;
}

