@charset "utf-8";
/* 	Look and Feel CSS Document
	Standard formats and stuff to use across all pages.
	Al Reaud, 6/1/2009, Happy Cat Technologies
	(c) 2009, Front Range NORML
*/
.important_emphasis {
	font-style:italic;
	font-weight:bold;
	color:#FF0000;
}

.red_emphasis {
	color: #FF0000;
	font-weight: bold;
}

.yellow_letter {
	color: #FFCC33;
	font-weight: bold;
}

.very_important {
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}

.bill_quote {
	font-family:"Times New Roman", Times, serif;
	color:#996633;
}

.objection {
	font-family:Arial, Helvetica, sans-serif;
	color:#33FF00;
}

.superscript {
	font-size:xx-small; 
	vertical-align:top;
}

.subscript {
	font-size:xx-small;
	vertical-align:bottom;
}

.PBCstyleA {color: #CC00CC}
.PBCstyle {color: #CC0099}
.FS36 {font-size: 36px}