/* GLOBAL STYLE SHEET: Modifies properties of admin & public pages */

.formTableCellBackground	{ background: #EFEFEF };
form				{ margin: 0px };
hr.formHRColor			{ color: #CDCDCD; width: 100%; height: 1px }

/* default */
body				{ color: #000000; font-family: "Times New Roman"; font-size: 16 }
td				{ color: #000000; font-family: "Times New Roman"; font-size: 16 }

/* standard link color */
/* web links */
a				{ color: #0000FF; text-decoration: none }
a:visited			{ color: #8888FF; text-decoration: none }
a:hover				{ color: #FF0000; text-decoration: none }
