/* Site Kingdom Investors */
/* This is a css comment. Use this nomenclature when creating a css comment */

/* Title Works great with span end span */
.title {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: cc6633;
}

/* this td will mess up big if missing */
td {font-family: Arial, Helvetica, sans-serif;font-size: 12px;}

/* form dropdown */
.dropdown {font-size: 10px; font-family: verdana,arial,sans-serif; color: #666666; width: 160px;}

/* hilite yellow */
.hilite {background-color:FFFF63; font-weight: bold;}
/* hilite green */
.hilite3 {background-color:CCFFCC; font-weight: bold}