th, td, a, body, input, textarea, p { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  font-weight: bold;
}

a:visited {
  color: #444444;
  text-decoration: none; 
}

a:link, a:active { 
  color: #000000;
  text-decoration: none; 
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

p {
  text-align: justify;
}

table.top {
  width: 100%;
  height: 100%;
}

td.topNavbar {
  vertical-align: top;
  width: 550px;
}

td.topLogin {
  vertical-align: top;
  text-align: right;
}

font.topLogin {
  font-size: 10px;
  line-height: 200%;
}

a.topLogin {
  font-size: 10px;
}

input.topLogin {
  font-size: 10px;
  border: 1px black solid;
}

input.topLoginSubmit {
  width: 30px;
  font-size: 10px;
  border: 1px black solid;
  background: white;
}

td.forms {
  font-size: 12px;
  vertical-align: bottom;
}

input.forms {
  font-size: 12px;
  width: 250px;
  border: 1px black solid;
  font-weight: lighter;
}

select.forms {
  font-size: 12px;
  border: 1px black solid;
  font-weight: lighter;
}

textarea.forms {
  font-size: 12px;
  width: 100%;
  height: 150px;
  border: 1px black solid;
}

input.formsSubmit {
  font-size: 10px;
  border: 1px black solid;
  background: white;
}

td.formsSubmit {
  text-align: right;
}

table.projectCategory {
  width: 100%;  
  background: black;
  border: 1px black solid;
}

th.projectCategory {
  color: white;
  background: black;
  text-align: left;
  font-size: 16px;
}

table.project {
  border: 1px black solid;
  width: 100%;
}

th.project {
  border: 1px black solid;
}

td.projectCreationTime {
  text-align: right;
  border-bottom: 1px black dotted;
  font-size: 9px;
}

td.projectModificationTime {
  text-align: right;  
  font-size: 9px;
}

td.projectDescription {
  border-bottom: 1px black dotted;
}

td.projectOperation {
  border: 1px black solid;
  width: 20px;
  text-align: center;
}

input.projectOperationSubmit {
  border: none;
  background: white;
}

table.projectAdd {
  width: 100%;
}

td.footNotes {
  text-align: center;
  vertical-align: bottom;
  font-size: 9px;
}

.smallFont {
  font-size: 9px;
  font-weight: lighter;
}

