/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* normal: most regular body text */
.normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
      color: #4F3B34;
}

/* header: heading text */
.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 21px;
	color: #4F3B34;
}

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #ffffff;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
      color: #515a3e;
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #515A3E;
}

/* visited: previously visited links */
A:VISITED {
	color: #4F3B34;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #515a3e;
	/*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: #af9b69;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

/* sideback: background color for side and top frames */
.sideback {
	background-color: #515a3e;
}

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #46AB28;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}



