.bluestrip {
	background-image: url("/business/images/redstrip.jpg") !important;
}
h1 {
	background-color: #7f323c !important;
}
#arrows {
	list-style-image: url(/images/itil/liarrows.gif) !important;
}
.arrows {
	list-style-image: url(/images/itil/liarrows.gif) !important;
}
.leftnav .heading{
	background-image: url("/images/itil/greyheaderback.jpg") !important;
}
.subheaders {
	color: #9c4f59 !important;
}
input.field {
	border: solid #DFE2DE 1px;
	padding-left: 3px;
	color:#333333;
}
select.field {
	border: solid #DFE2DE 1px;
	padding-left: 3px;
	color:#333333;
}
textarea.field {
	border: solid #DFE2DE 1px;
	padding-left: 3px;
    font-family: inherit;
	font-size:1.1em;
	color:#333333;
}
fieldset {
	padding: 20px 15px 10px 15px;
	margin-bottom:30px;
}
hr {
    border-color: #9c4f59;
}
.leftnav ul li a:hover{
    color: #7f323c !important;
}
.itiltitle a {
    color: #333333;
    text-decoration: underline;
    font-weight: bold;
}
.itilboldgrey {
    font-weight: bold;
    color: #777777;
}