/*
 *	background
 */

table.bg_bottom {
	background: url(/gfx/bg_bottom_yellow.gif) repeat-x left bottom;
}

/*
 *	link
 */

a:link,
a:active,
a:visited {
	color: #eec000;
}

/*
 *	formatting
 */

h1 {
	color: #eec000;
	background: url(/gfx/yellowbox_bg_h1.gif) repeat-x 0 12px;
}
ul li {
	background: url(/gfx/yellowbox_bg_li.gif) no-repeat 0 7px;
}

/*
 *	table.box
 */

table.box {
	background-color: #fcf6d9;
}
table.box td.top {
	background: url(/gfx/yellowbox_top.gif) no-repeat left top;
}
table.box td.bottom {
	background: url(/gfx/yellowbox_bottom.gif) no-repeat left top;
}

/*
 *	table.topbox
 */

table.topbox {
	background-color: #fdf9e5;
}
table.topbox td.bottom {
	background: url(/gfx/yellowtopbox_bottom.gif) no-repeat left top;
}

/*
 *	form
 */

input,
textarea {
	color: #eec000;
}
select {
	color: #eec000;
}

