html, body {
    margin: 0px;
	padding: 0px;
	}

.bodyfont
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

.prodfont
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	color: #CC0066;
	font-weight: bold;
}

.menufont
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.menufont:hover
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

.itemfont
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.itemfont:hover
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}

.mainfont
{
	font-family: Georgia, Verdana, Arial, Sans Serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	
}

.brownfont
{
	font-family: Tahoma, Verdana, Arial, Sans Serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;	
}

.prodmainfont
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 14px;
	color: #CC0066;
	font-weight: bold;
	
}

.headerfont
{
	font-family: Monotype corsiva, Verdana, Arial, Sans Serif;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: normal;
}

.headermenufont
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	color: #FFFFFF;
}
.headermenufont:hover
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

.maintable
{
	WIDTH: 750px;
	BORDER-COLLAPSE: collapse;
    BORDER-RIGHT: silver 2px solid;
    BORDER-TOP: silver 2px solid;
    BORDER-LEFT: silver 2px solid;
    BORDER-BOTTOM: silver 2px solid;
    BORDER-COLOR: #6495ed;
	BACKGROUND-COLOR: white
}

.adminheader
{
    FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
    COLOR: #4682b4;
    FONT-FAMILY: Verdana
}

.labelfont
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
}

.labelfont:hover
{
	FONT-SIZE: 8pt;
	COLOR: #c0c0c0; 
	TEXT-DECORATION: none
}

.labelfont:link
{
	FONT-SIZE: 7.5pt;
	COLOR: blue;
	TEXT-DECORATION: none; 
}

.labelfont:visited
{
	FONT-SIZE: 7.5pt;	
	COLOR: #840084;
	TEXT-DECORATION: none; 
}

.buttonshape
{
    BORDER-RIGHT: darkblue thin inset;
    PADDING-RIGHT: 5px;
    BORDER-TOP: darkblue thin inset;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    PADDING-BOTTOM: 1px;
    TEXT-TRANSFORM: uppercase;
    BORDER-LEFT: darkblue thin inset;
    COLOR: darkblue;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: darkblue thin inset;
    FONT-FAMILY: Verdana;
    LETTER-SPACING: normal;
    BACKGROUND-COLOR: snow;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}

.inputctrl
{
    BORDER-RIGHT: #b0c4de 1px solid;
    BORDER-TOP: #b0c4de 1px solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #b0c4de 1px solid;
    COLOR: #4169e1;
    BORDER-BOTTOM: #b0c4de 1px solid;
    FONT-FAMILY: Verdana
}

.copyright
{
    FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
    COLOR: #666666;
    FONT-FAMILY: Verdana
}

.errormsg
{
	FONT-SIZE: 9pt;
    COLOR: red;
	FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana;
}

.disabledfont
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
    COLOR: #666666;
    FONT-FAMILY: Verdana;
}

.stockavail
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	font-weight: bold;
}

.soldout
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 14px;
	font-weight: bold;
	color: red;
}