
/** 
 * File Info
 * ----------------------------------
 * @filename     basic.css
 * @created      xx.xx.xxxx
 * @author       unknown
 * @description  this file holds all style information that should apply to the whole site AND to the editor window
 *               any classes listed here will appear in the editor style dropdown - if you do not want the item to appear in the dropdown AND do not want
 *               that style info to be applied to the editor window - put it into site.css
 *
 * History
 * ---------------------------------
 * Date         Name      Note
 * 04.14.2005   smurphy   Moved file to CSS folder
 * 06.27.2005   smurphy   Added styles from old reside site
 */

body,table,tr,td { font-family: Verdana, Arial; font-size: 10pt;}

.subhead {	color: #FF9933; font-weight: bold; }

.box { font-size: 8pt; }
a.box:link, a.box:visited, a.box:active {color:#595959; text-decoration:underline;font-size: 8pt;}
a.box:hover {color:#595959; text-decoration:none;font-size: 8pt;}

.errormsg {
	font-size: 12pt; 
	font-style: normal; line-height: normal; 
	font-weight: bold; font-variant: normal; text-transform: none; color: #FF9933;
}

.rnav { font-size: 8pt; color: #666666; font-family: Verdana, Arial;}
a.rnav:link, a.rnav:visited, a.rnav:active, a.rnav:hover {font-size:8pt;}

.footer { font-size: 8pt; color: #666666;}
a.footer:link, a.footer:visited, a.footer:active {color:#666666; text-decoration:none;}
a.footer:hover {color:#E38834; text-decoration:underline;}

A:link, A:visited, A:active	{ color:#00CCCC; text-decoration:underline;}
A:hover 	{ color:#E38834; text-decoration:none;}

.orangestar {	color:#FF8700;	}