/* Print CSS Stylesheet for a new Web Application project */
body
{
    margin: auto;
    padding: 0px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: verdana, arial;
    font-size: 10pt;
}

body1
{
    padding: 0px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: verdana, arial;
    font-size: 10pt;
}

a
{
    color: #0000FF;
}

a:visited
{
    color: #000077;
}

a:active
{
    color: #FF0000;
}

@media print {
	#mainnavbar { display: none; }
	#linknavbar { display: none; }
	#homebutton { display: none; }
	#headertable { width: 100%; }
	#contenttable { width: 100%; }
	#footertable { width: 100%; }
}

.ltext
{
    font-size:26px;
    color:#000000;
    font-weight:bold;
}

.smallbutton
{
    font-weight: normal;
    font-size: 10px;
    background: #999999;
    font-weight: bold;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

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;
}
