/* Print CSS Stylesheet for a new Web Application project */

body
{
    margin: auto;
    padding: 0px;
    font-family: verdana, arial;
    font-size: 12px;
}

@media print {
	#mainnavbar { display: none; }
	#linknavbar { display: none; }
	#homebutton { display: none; }
	#headertable { width: 100%; }
	#contenttable { width: 100%; }
	#footertable { width: 100%; }
}
.text
{
    font-size:20px;
    color:#000077;
    font-family:Verdana, Arial, Helvetica;
}
.mtext
{
    font-size:12px;
    color:#000000;
    font-family:Verdana, Arial, Helvetica;
    line-height:1.25;
}

span.form_info_text
{
    padding-left: 5px;
    color: #770000;
    font-weight: bold;
    font-size: 8pt;
}

table.product_table, table.contact_table, table.display_table
{
    font-size: 8pt;
}

table.product_table th, table.contact_table th, table.display_table th
{
    font-size: 8pt;
    font-weight: bold;
    color: #00105F;
    text-align: center;
    background-color: #EEEEEE;
}

table.product_table td, table.contact_table td
{
    color: #000000;
    vertical-align: top;
}

table.contact_table td
{
    font-weight: bold;
}

table.display_table td
{
    color: #000000;
    font-size: 10pt;
}