.hptext		{font-family: courier new, monospace;}  
.hpinput    	{behavior:url('/hpinput.sct');font-family: courier new, monospace;font-size: 12px; font-weight : bold; height : 18px; padding-top : 0; padding-bottom : 0;}
.hplbutton   	{width: 120px; font-family: fixedsys, courier new, monospace;}
.hpsbutton   	{width: 60px; font-family: fixedsys, courier new, monospace;}

.creditcard    	{behavior:url('/creditcard.sct')}
.numeric    	{behavior:url('/numeric.sct')}
.alpha    	{behavior:url('/alpha.sct')}
.datemmddyyyy  	{behavior:url('/datemmddyyyy.sct')}
.dateddmmyyyy  	{behavior:url('/dateddmmyyyy.sct')}
.postalcode    	{behavior:url('/postalcode.sct')}
.zipcode5    	{behavior:url('/zipcode5.sct')}
.zipcode9    	{behavior:url('/zipcode9.sct')}
.email    	{behavior:url('/email.sct')}
.notempty	{behavior:url('/notempty.sct')}

@media screen{.PrintOnly {display:none}}
@media print{.ScreenOnly {display:none}}
@media print{.ScreenSize {font-size:8pt;HEIGHT: 425px; WIDTH: 600px;}}

A
{
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, Sans-serif
}
A
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #7da7d8;
    TEXT-DECORATION: underline
}
A:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #7da7d8;
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: #c0c0c0;
    TEXT-DECORATION: underline
}