.bgd_blue {
background-color:#EBF5F5;
}
.bgd_orange {
/*
background-color:#FFEFDF;*/
background-color:#FFF5EC;
}
.bgd_green {
/*(background-color:#E8EFDA;*/
background-color:#ebf5dd;
}
.bgd_grey {
background-color:#EFEFEF;
}
.rs_red {
	color: #f40c02;
}
.rs_green{
	color: #03A540;
}

.rs_lined_top {
	padding-top: 2px;
	border-top: 1px solid #CCCCCC;
}


.book, a.book:link, a.book:visited, a.book:active, a.book:focus {
	font-family:"Courier New", Courier, monospace;
	color: #435f77;
}
a.book:hover {
	font-family:"Courier New", Courier, monospace; 
	color: #927C66;
}

.letters, a.letters:link, a.letters:visited, a.letters:active, a.letters:focus {
	font-family:"Courier New", Courier, monospace; 
	color: #927C66;
}

a.letters:hover {
	font-family:"Courier New", Courier, monospace; 
	color: #435f77;
}
.help_bgd {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-top-color: #999999;
	padding: 5px;
	background: url(/img/gen/help/gr_bgd.gif) repeat-x;
}
.rs_boxed4 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-top-color: #999999;
	padding: 0px;
}
