.menu {
	font-size: xx-small;
	text-align: left;
}
.stripe {background-color:whitesmoke;}
.warn {
	color: red;
	font-weight : bold;  }
.catalogheader {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #4D5DAA;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.hilight {
	background: #ffff99;
}
.testimony {
	background-color: #F7EECA;
	border: 1px solid #000066;
	color: #000000;
	padding: 7px 7px 7px 7px;
	margin-left: 2em; margin-right: 1.5em
}
.testimony-quote {
	font-weight: bold; font-size: 90%;  
}
.testimony-source {
	font-style: italic; font-size: 90%;  
}
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-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H2	{	
	font-size:	1.58em;
	font-weight:	700;
	}	
		
H3	{	
	font-size:	1.33em;
	font-weight: 600;
	}	
		
H4	{	
	font-size:	1em;
	font-weight:	600;
	}	
		
TH	{
	font-size: .7em;
	color: white;
	background-color : lightsteelblue;
	padding-left : 2px;
	}

TD {
	font-size: .8em;
	font-weight:	500;
	text-decoration:	none;
}

A:link	{	text-decoration:	underline;	color: blue;	}	
A:visited	{	color: DarkBlue; }	
A:hover	{
	color: Silver;
}