

a:link.std {color: White; text-decoration: none;}
a:visited.std {color: White; text-decoration: none;}
a:active.std {color: White; text-decoration: none;}
a:hover.std {color: Yellow; text-decoration: underline;}

a:link.boldbright {color: Red; text-decoration: none}
a:visited.boldbright {color: Red; text-decoration: none;}
a:active.boldbright {color: Red; text-decoration: none;}
a:hover.boldbright {color: White; text-decoration: underline;}


.std
{
    COLOR: Black;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal
}

.stdbold
{
    COLOR: Black;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold
}
.stdextrabold
{
    COLOR: Black;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold
}
.stdbright
{
    COLOR: Red;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal
}
.stdbrightbold
{
    COLOR: Red;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold
}
.stdbrightextrabold
{
    COLOR: Red;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold
}
.titlebold
{
	COLOR: White;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold
}

.subtitlebold
{
    COLOR: White;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold
}

.small
{
    COLOR: Black;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal
}
.smallbold
{
    COLOR: Black;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold
}


.menu
{
    COLOR: White;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold
}

.frontpagetitle
{
    COLOR: Yellow;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 18pt;
    FONT-WEIGHT: bold
}
.frontpagetitle2
{
    COLOR: Yellow;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold
}
.page_background
{
	background-image: url(resources/graphics/backgroundfade.jpg);
	background-repeat: repeat-x
}
.cartcell
{
	COLOR: Black;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    border-color: Coral;
    border-width: 1;   
    border-style: solid 
}

.cartcellbold
{
	COLOR: Black;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    border-color: Coral;
    border-width: 1;   
    border-style: solid 
}

.fitcell
{
	COLOR: Black;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    border-color: Coral;
    border-width: 1;   
    border-style: solid;
    text-align: left
    
    
}

.fitcellbold
{
	COLOR: Black;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    border-color: Coral;
    border-width: 1;   
    border-style: solid;
    text-align: left
    
}
	


