
.commissions {
  border: thin solid #cccccc;
  width: 400px;
  padding: 30px;
  margin-top: 50px;
}

.subdir_table {
  width: 100px;
}
  
.resume H1 {
  display: inline;
}

.resume H3 {
  display: inline;
}

.list1 {
  list-style-type: none;
}

.list2 {
  display: marker;
  list-style-type: none;
}

.resume_table TD {
  vertical-align: top;
}

.resume_table_tdl {
  width: 75px;
}
.resume_table_tdr {
  padding-left: 0px;  
}


.resume {	
  height: 425px;	
  width: 95%;	
  overflow: auto;	
  padding: 8px;
  text-align: left;
}

#outer {
  position: absolute;
  height: 97%;
  width: 98%;
  margin: 1%;
  border: thin solid #cccccc;
}

.outer_table {
  height: 100%;
  width: 100%;
}

.outer_table_td {
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

HTML,BODY {
  margin: 0px;
  padding: 0px;
}

.header_left {
  width: 25%;
  height: 15%;
}
.header_right {
  width: 75%;  
}

.main_body {
  vertical-align: top;
  text-align: center;
  height: 85%;
  width: 100%;
}

.right {
  width: 150px;
  text-align:left;
  padding: 5px;
}

.footer {
  text-align: center;
  height: 20px;
}

.main_table {
   height: 100%;
}

.grid_table {
  height: 100%;
  width: 100%;
}

.center_table {
  border: thin solid black;
  width: 580px;  
  height: 550px;
}

A {
  color: black;
  font-size:larger;
}

A:visited {
  color: black;
  font-size:larger;
}

A:hover {
  color: black;
  font-size:larger;
}

A IMG {
  border: none;
}

A:visited IMG {
  border: none;
}

A:hover IMG {
  border: none;
}

