/* style sheet for JB postal stationery */
/* */
/* Set background colour for everything */
* {background-color:#FFFFCC}

/*keeps paragraphs to nice width */
p {
	font-size:90%;
	max-width:50em;
	width:expression( 
	    document.body.clientWidth > (500/12) * 
	    parseInt(document.body.currentStyle.fontSize)?
        "50em":
        "auto" );
}


body {
	font-family: Arial, Helvetica, sans-serif;
        bgcolor:#FFFFFF;
}

/* different sorts of table */

table.catalog {
	table-layout: automatic;
	border-collapse: collapse;
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
}

table.catalog th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight: bold;
	color:#339933;
}

table.catalog td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight: normal;
}


table.notes {
	table-layout: automatic;
	border-collapse: collapse;
	border-width: 0px;
	border-spacing: ;
	border-style: none;
	border-color: white;
}


table.notes td {
	border-width: 0px;
	padding: 3px;
	border-style: none;
	border-color: white;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight: normal;
}


/* headings */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height:100%;
	font-size:180%;
	font-weight: bold;
	color:#339933;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height:100%;
	font-size:120%;
	font-weight: bold;
	color:#339933;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height:100%;
	font-size:100%;
	font-weight: bold;
	color:#339933;
}


h5 {
	font-family: Arial, Helvetica, sans-serif;
	line-height:100%;
	font-size:90%;
	font-weight: bold;
	color:#339933;
}


img {
	border-style: none;
}


img.outlined {
	border: 1px black solid
}


