/* dimensions of center column: 450px X 610px
 * 
*/

.airflow_calculations
{
 text-align: center;
}

.airflow_calculations h1
{
 font-size: 15px;
 font-style:; 
 color: #003366; /* #669933; */
}

.airflow_calculations h2
{
 font-size: 13px;
 font-style:; 
 color: #003366; /* #669933; */
}

.airflow_calculations table
{
 position: relative;
 top: 1px;
 left: 1px;
 height: 400px;
 width: 608px;
 margin: 0px;
 border: 0px;
 /* width: 100%; */
 /* height: 100% */
}

.airflow_calculations td
{
 margin: 1px;
 border: 0px;
 background-color: #FFFFCC;
 color: #003366; /* #669933; */
 padding: 3px;
 font-size: 12px;
 font-style: condensed;
}


.airflow_calculations th
{
 margin: 1px;
 border: 0px;
 background-color: #003366; /* #669933; */
 color: #FFFF66;
 padding: 3px;
 font-size: 12px;
 font-style: condensed;
 font-weight: bold;
}

.airflow_calculations a, .airflow_calculations a:visited
{
 text-align: right;
 font-size: 12px;
 color: #003366; /* #669933; */
}

.airflow_calculations a:hover
{
 font-size: 12px;
 color: #003366; /* #669933; */
 text-decoration: none;
}
