
    /* Element level classes */

    
 BODY, TD, TR, P, UL, OL, LI, INPUT, SELECT, DL, DD, DT, FONT
{
    font-family: Helvetica, Verdana, Clean, sans-serif;
    font-size: 12px;
}
    td, th
    {
        color: {defaulttextcolor};
        font-size: {defaultfontsize};
        font-family: {defaultfont};
    }
	 .imgheader
    {
        border-width: 0px;
	vertical-align: middle;
        
	}

    img
    {
        border-width: 0px;
        
	
    }

hr
{
color: #E6E6BE;
text-align:center;
width: 95%;
line-height: 1px;
noshade: noshade;
}


    a
    {
        color: {linkcolor};

      
    }
    a:active
    {
        color: {activelinkcolor};
        
    }
    a:visited
    {
        color: {visitedlinkcolor};
        
    }        

    a:hover
    {
        
color: #808080;
text-decoration: none;
background-color: #ffffff;
    }
    
.nohover {
color: white;
text-decoration: none;
background-color: #4866A5;
font-size:  10 pt;
font-weight: bold;

}

.nohover_checkout {
background-color: #E6EBE;


}
    input[type=text], input[type=password], input[type=file], select
    {
/*        border: 1px solid {tablebordercolor}; */

        background-color: white;
        color: white;
        font-size: {defaultfontsize};
        font-family: {defaultfont};
 vertical-align: middle;
       

    }

    textarea
    {
        background-color: white;
        color: {defaulttextcolor};
        font-size: {defaultfontsize};
        font-family: {fixedfont};
    }

.hearderbody {
background-color: #ffffff;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000000;
font-size: smaller;
margin: .25em;
text-indent: 0em;
}

    
	input[type=submit]
	{
        border: 1px line {tablebordercolor};
        background-color: {navbackcolor};
        font-size: {defaultfontsize};
        font-family: {defaultfont};
        vertical-align: middle;
	}

	input
	{
        
	}