/*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*/
/* header: heading text */
.header, .plainheader {
	color: #603311;
}

/* body: describes page background color and all non-table text not governed by any other style */
.bodytopmenu {
    /* next 5 lines added in 7.0.0 to replace bgcolor="#603311" leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 in topmenu.php of template2 */
	background-color: #603311;
	margin: 0 0 0 0;
}

/* link: normal links, active: links in use */
a:link, a:active {
	color : #60331;
}

/* visited: previously visited links */
a:visited {
	color: #8B8776;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #603311;
}

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

/* page: is defined to replace the bgcolor=#603311; */
.page {
	background-color : #603311;
}
