/* Style Sheet for Argos Reporting
Create by: Calvin Deiterich
Date: 01/25/11
 */
body {
  background-color: #ffe87c;
  font-weight: inherit;
  font-size: 16px;
  background-position: left top;
  margin-right: 50px;
  margin-bottom: 13px;
  margin-left: 50px;
  color: black;
}

ul{ 
  list-style-type: square;
}

pre{
  font-size: 14px ;
  font-family: courier ;
 }
 
div.c1 {
  text-align: center;
  font-weight: bold ;
  font-size: 0.7em ;  
}

div.c2 {
  text-align: center;
  font-weight: bold ;
  font-size: 2em ;  
}

p.c1 {
  text-align: left;
  font-weight: bold; 
  font-size: 1em;
}
  
span.c1 {font-size: 50%}

#footer {
  margin: 50px auto 0;
  width: 100%;
  background-color: #000000;
  color: #dddddd;
  text-align: center;
  height: 30px;
  padding-top: 5px;
}

table.t1 {
  width: 10%;
  border: 1px #000000 solid;
 }
 
td.t1 {
  border: 1px #000000 solid;
  text-align:center;
 }

