/*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*/

/* body: describes page background color and all non-table text not governed by any other style */
body {
	/* background-color : #FAF4E6; */
	/* background-color : #DEEFDD; */
	background-color : #C8E0FF;
	/* background-image: rl(pebble014.gif); */
}

.lightback {
	/* background-color: #FAF4E6; */
	/* background-color : #DEEFDD; */
	background-color : #C8E0FF;
	/* background-image: url(pebble014.gif); */
}

/* maintable to replace hard-coded style in topmenu and index.php */
.maintable {
	/* background-color: #FAF4E6;  */
	/* background-color : #DEEFDD; */
	background-color : #C8E0FF;
	/* background-image: url(pebble014.gif); */
}

/* content to replace hard-coded style in index.php */
.content {
	/*  background-color: #FAF4E6; */
	/* background-color : #DEEFDD; */
	background-color : #C8E0FF;
	/*  background-image: url(pebble014.gif); */
}