/* CSS style sheet: defines visual presentation style for all pages
   that reference this file using a header statement of the form:

   <LINK rel="stylesheet" href="../site_style.css" type="text/css">

   This file can be used to adjust fonts, colors, spacing, etc. */

 /* For my own notes, some interesting(?) colors include:

   #DDDDD8, #EEEEE8 = nice light gray 
   #AACCAA = lightish green, #77AA77 medium dark green, #EEFFEE very light green
   #007700 = darkish green
   rgb(247, 214, 173), #FFE8C0, FFEEC0 = tan */

/* Note: colors may not be rendered properly on all displays.
   For example, if display only handles 256 colors, things
   may be off. */

   H1 {
	color: #336666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
   H2 {
	color: #336666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
   H3 {
	color: #336666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
   H4 {
	color: #316262;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.borderTable {
	border: thin dotted #336666;
}


   BODY.contents H1 {
	color: black;
	font-size: 18px;
}
   BODY.contents H2 {
	color: black;
	font-size: 16px;
}
   BODY.contents H3 {
	color: black;
	font-size: 14px;
}
   BODY.contents H4 {
	color: black;
	font-size: 14px;
}

   BODY { background-color: #FFFFFF}
   BODY.contents { background-color: #FFFFFF}

/* The following 2 lines were added on 01/10/01 for
   compatibility with IE 5+ */

   BODY { background: #FFFFFF}
   BODY.contents { background: #FFFFFF}

   H1.prooftitle { color: #336666}

   BODY.solophoto { background-color: #FFFFFF}
   BODY.solophoto SPAN.solocaption { color: #336666}

   BODY.genuslisting SPAN.genusname {
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
}
   BODY.genuslisting SPAN.genusfamily { color: #336666}
   BODY.genuslisting DIV.genusdescr {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
   BODY.genuslisting SPAN.speciesname {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
   BODY.genuslisting SPAN.habit { color: black }
   BODY.genuslisting SPAN.common { color: #336666}
   BODY.genuslisting SPAN.loc { color: black }
   BODY.genuslisting SPAN.props { color: black }
   BODY.genuslisting DIV.speciesdescr {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
   BODY.genuslisting SPAN.catno { color: black }
   BODY.genuslisting SPAN.price { color: black }
   BODY.genuslisting SPAN.version { color: black }
   BODY.genuslisting SPAN.selectname { color: #336666}
   BODY.genuslisting DIV.selectdescr { color: black }
   BODY.genuslisting SPAN.quantlabel { color: black }

   SPAN.usdamaplink { background-color: #996600}

   /* NEW '99, NEW on-line keywords, etc. */
   BODY.genuslisting SPAN.new { color: #336666}
   BODY.genuslisting SPAN.newol { color: #336666}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #436752;
	font-size: 12px;
	line-height: 20px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #436752;
	font-size: 12px;
	line-height: 20px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 12px;
	line-height: 20px;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #436752;
	font-size: 12px;
	line-height: 20px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
form {
	border: thin dotted #336666;
	margin: 6px;
	padding: 6px;
}

