@media screen, print{
	TABLE, TH, TR, TD, P
	{
		FONT-SIZE: 10pt;
		font-family: arial, geneva, helvetica, sans-serif;
        color: #000000;
        font-weight: bold;
	}

	BODY
	{
		FONT-SIZE: 10pt;
		font-family: arial, helvetica, sans-serif;
		margin-top: 0px;
		margin-left: 0px;
        color: #000000;
	}

	LI
	{
		font-family: Arial;
		font-size: 9pt;
		font-style: normal;
		color: #000000
	}

	UL
	{
		font-family: Arial;
		font-size: 9pt;
		font-style: normal;
		color: #000000
	}

	H1
	{
		font-size: 14pt;
		font-family:arial, helvetica;
		COLOR: #000000
	}

	H2
	{
		font-size: 12pt;
		font-family:arial, helvetica;
		COLOR: #000000
	}

	H3
	{
		font-size: 10pt;
		font-family: arial, helvetica;
		color: #000000
	}

	Input
	{ 	font-size: 9pt;
		font-weight: normal;
		font-family: arial, verdana, tahoma, helvetica, sans-serif;
	}

	Select
	{ 	font-size: 8pt;
		font-weight: normal;
		font-family:  arial,verdana, tahoma, helvetica, sans-serif
	}

	.footer
	{  font-family: Tahoma, Arial;
		font-size: 8pt;
		font-style: normal;
		font-weight: normal;
		color: #000000
	}
    
    .copyright
	{  font-family: Tahoma, Arial;
		font-size: 8pt;
		font-style: normal;
		font-weight: normal;
		color: #999999
	}


	.head
	{
		font-family:  Arial;
		font-size: 14pt;
		font-style: Italic;
		font-weight: normal;
		color: #000000
	}

    .topnavlinks{
	    font-family: Arial, Tahoma,Verdana, Helvetica, sans-serif;
	    font-size: 13px;
	    font-weight: bold;
	    color: #000000;
	    text-decoration: none;
	    margin-left: 10px;
	    margin-right: 10px; 
    }

    .topnavlinks:hover{
	    text-decoration: underline;
        color: #ba1b31;
    }
    
    .topnavtd{
	    font-family: Verdana, Helvetica, sans-serif;
	    font-size: 11px;
	    background-color: #E0E0E0;
	    text-align: left;
	    height: 30px;
	    padding-right: 15px;
	    vertical-align: middle;
    }

	.thininput
	{
		font-size: 10px;
		border: 1px solid #999999;
	}

    #loading {
     position:absolute; z-index:1;
     width:100%; height:100%;
     left: 0; top: 0;
     
     font: bold 14px Verdana;
     text-align: center;
     padding: 100px;
    }

    .topNavTD{
	    font-family: Verdana, Helvetica, sans-serif;
	    font-size: 11px;
	    background-color: #E0E0E0;
	    text-align: left;
	    height: 30px;
	    padding-right: 15px;
	    vertical-align: middle;
    }

	.smalltext
	{
		font-family: Arial;
		font-size: 9pt;
		font-style: italic;
		color: #000000
	}

    
    .loginlabel{
	    height: 25px;
	    font-family: Verdana, Helvetica, sans-serif;
	    font-size: 11px;
	    font-weight: bold;
	    color: #FFFFFF;
        text-align:right; 
    }
    
    .checkoutcell{
	    border: 1px solid #999999; 
    }

}


@media print{
	.noPrint {
		display:none;
	}
}

