.calcvalue
{
text-align:right;
}
.aRight
{
text-align:right;
}
.level1
{
font-size:110%;
font-weight: bold;
}
.level2
{
font-size:100%;
padding-left: 10px;
}
.level3
{
font-size:90%;
padding-left: 15px;
}
.level4
{
font-size:80%;
padding-left: 20px;
}

table {
  max-width: 900px;
  min-width: 380px;
  margin-left:auto; 
  margin-right:auto;
}

body{
  width:768px;
  margin:0 auto;
}


select{
    width: 250px;
    text-overflow: ellipsis;
}



.alignedFields label {
    display: inline-block;
    float: left;
    clear: left;
    width: 150px;
    text-align: left;
}
.alignedFields input {
  display: inline-block;
  float: left;
}