.serif { font-family: times,serif; font-size: small; }
.sans { font-family: verdana,arial,helvetica,sans-serif; font-size: small; }
.small { font-family: verdana,arial,helvetica,sans-serif; font-size: x-small; }
.large { font-family: verdana,arial,helvetica,sans-serif; font-size: .9em; }
.tiny { font-family: verdana,arial,helvetica,sans-serif; font-size: xx-small; }
.tinygreen {
	font-family: verdana,arial,helvetica,sans-serif;
	color: Green;
	font-size: xx-small;
	font-weight : bold;  }
.listprice { font-family: arial,verdana,helvetica,sans-serif; text-decoration: line-through; font-size: x-small; }
.price { font-family: verdana,arial,helvetica,sans-serif; color: #990000;}
.instructionsmall { font-family: verdana,arial,helvetica,sans-serif; font-size: x-small; color: #990000;}
.instructionlarge { font-family: verdana,arial,helvetica,sans-serif; font-size: small;color: #990000; }
.menu {	background-color : #E3E3E3;}	

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: small;
    FONT-WEIGHT: normal;
   TEXT-TRANSFORM: none;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight: 600;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	600;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
			
TFOOT, THEAD	{	
	font-size:	1em;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
		
TH	{
	font-size: .7em;
	color: white;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	background-color: #006699;    /* EA8787 */
	padding-left : 2px;
	}
	


TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight:	500;
	text-decoration:	none;
	text-transform:	none;
	border-left : Black;
	background-color : white;
}

TD.plain {
}

TD.label {
	font-style : normal;
	font-weight : bold;
	text-align : right;
	padding-right : 10px;
	padding-top : 5px;
	text-transform : capitalize;
	background-color : f4f4f4;
	}
	
TD.labelsmall {
	font-style : normal;
	text-align : right;
	padding-right : 10px;
	padding-top : 5px;
	font-size: .7em;
	text-transform : capitalize;
	background-color : f4f4f4;
	}
	
TD.columnLabel {
	font-style : normal;
	font-weight : bold;
	text-align : left;
	padding-top : 5px;
	text-transform : capitalize;
	background-color : f4f4f4;
	}
	
TD.home {
	font-style : normal;
	font-weight : bold;
	}

TD.review {
	font-style : normal;
	border-bottom : dotted Silver;
	border-bottom-width : thin;
}

TD.Menu {
	BACKGROUND-COLOR: silver;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: smaller;
    FONT-WEIGHT: bold;
   TEXT-TRANSFORM: none;
}

A:link	{	text-decoration:	underline;	color:	#3333cc;	}	
A:visited	{	text-decoration:underline;	color: Blue; }	
A:active	{	text-decoration:	underline;	color:	#333399; }	
A:hover	{ text-decoration:underline; color: Red; }
	
SMALL	{	
	font-size:	.5em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:CourierNew, monospace;
	}	
	
UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	/* margin-top: 5 px;  */
	/* margin-left: 10px; */
	/* margin-right: 10px; */
	}
	
INPUT {
	margin-bottom : 2px;
	margin-top : 2px;
	border-color:#CCCCC5; border-style:solid; border-width:1px; 
}

INPUT.alignrt {
	margin-bottom : 2px;
	margin-top : 2px;
	text-align : right;
}

INPUT.default {
	margin-bottom : 2px;
	margin-top : 2px;
	border-color:#CCCCC5; border-style:solid; border-width:1px;
	font-style : italic;
	font-family : "Times New Roman", Times, serif;
}

INPUT.comments {
	border : none;
	border-bottom : thin inset ;
	background-color : transparent;
}

INPUT.check {
	border : none;
	background-color : transparent;
}

/* following fixes the TINY DISPLAY of CF Debugging information */
CODE
{
	font-size: x-small;
}
PRE
{
	font-size: x-small;
}