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

	color: #000033;

}



/* link: normal links, active: links in use */

A:LINK, A:ACTIVE {

	color : #676037;

}



/* visited: previously visited links */

A:VISITED {

	color: #8B8776;

}



.fieldnameback {

	background-color: #000033;

}



.databack {

	background-color: #D8E0E4;

}

.menuback {
	
	background-color: #000033;
}


.sideback {

	background-color: #676037;

}



.mouseoverback {

	background-color: #C3B165;

}