/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #990000;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #990000;
}

/* header: heading text */
.header {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 21px;
	color: #990000;
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background : url(bkgd.gif) white;
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #0000ff;
}

/* visited: previously visited links */
A:VISITED {
	color: #800080;
}

/* hover link: added by LEC*/
A:HOVER {color:#336633}

/* active link: added by LEC*/
A:ACTIVE {text-decoration:line-through}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #eeee99;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

/* databack: background color for data areas */
.databack {
	background-color: #cccc99;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

/* Added in 4.0.0 */
/* For links on dark background */
a.lightlink:link, a.lightlink:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000;
	text-decoration: none;
}

a.lightlink:hover, a.lightlink:active {
	color: #000000;
	text-decoration: none;
}

/* For white-only links on dark background */
a.lightlink2:link, a.lightlink2:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000;
	text-decoration: none;
}

a.lightlink2:hover, a.lightlink2:active {
	color: #990000;
	text-decoration: none;
}

/* sideback: background color for side and top frames */
.sideback {
	background-color: #990000;
	/*these 2 lines added in 6.0.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #99cc00;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

.whitesubhead {
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000;
	font-size: 16px;
}














