body   { color: black; font-size: 12px }
a:link { color: black }
a:visited { color: black }
a:hover { color: red;}
a { text-decoration: none }
table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: none solid solid;
	border-color: red;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	padding: 0;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td { padding: 0; background-color: white; -moz-border-radius: ; }
table.insample { border-spacing: ; border-collapse: collapse; background-color: white; border-color: red; border-style: solid none; border-width: 1px; }
table.insample th {
	padding: 0;
	background-color: white;
	-moz-border-radius: ;
}
table.insample td { padding: 0; background-color: white; -moz-border-radius: ; }
table.plain { border-spacing: ; border-collapse: separate; background-color: white; }
table.plain th { padding: 1px; background-color: white; -moz-border-radius: ; }
table.plain td { padding: 1px; background-color: white; border: solid 1px black; -moz-border-radius: ; }
table.yellow { border-spacing: ; border-collapse: collapse; background-color: white; border: solid 1px yellow; }
table.yellow th { padding: 0; background-color: white; -moz-border-radius: ; }
table.yellow td { padding: 0; background-color: white; -moz-border-radius: ; }
table.noborder { border-spacing: ; border-collapse: separate; background-color: white; }
table.noborder th { padding: 1px; background-color: white; -moz-border-radius: ; }
table.noborder td { padding: 1px; background-color: white; -moz-border-radius: ; }
.head { font-size: medium; font-weight: 700; }
.head_sm { font-size: small; font-family: "Times New Roman", Times, serif; font-weight: 700; }
.head_sm_red { color: red; font-size: small; font-weight: 700; }
.head_md_u { font-size: medium; font-weight: 700; text-decoration: underline; }
.head_md { font-size: medium; font-family: "times new roman"; font-weight: 700; }
.bait_list { font-size: small; font-family: "times new roman", serif; font-weight: 400; }
.desc { font-size: small; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: 400; }
.desc_md { font-size: medium; font-weight: 400; }
.underbar { font-size: small; line-height: normal; }

