/*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*/
div.icons-rt a:link {
	color: #ffffcc;
}

.normalbr {
	color: #532005;
}

.subheadbr {
	color: #532005;
}

input[type="button"], input[type="submit"], input[type="reset"] {
   color: #532005;
   border: 1px solid #532005;
   background-color: #ffffcc;
   padding:2px 5px;
   box-shadow: inset 0 1px 3px #fff, inset 0 -9px #FFE9A9, 0 0 3px #ccc;
   -o-box-shadow: inset 0 1px 3px #fff, inset 0 -9px #FFE9A9, 0 0 3px #ccc;
   -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -9px #FFE9A9, 0 0 3px #ccc;
   -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -9px #FFE9A9, 0 0 3px #ccc;
}

input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
	color:white;
	border: 1px solid #532005;
	background-color: #cccccc;
	box-shadow: inset 0 1px 3px #fff, inset 0 -9px #d3d3d3, 0 0 3px #d3d3d3;
	-o-box-shadow: inset 0 1px 3px #fff, inset 0 -9px #d3d3d3, 0 0 3px #d3d3d3;
	-webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -9px #d3d3d3, 0 0 3px #d3d3d3;
   -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -9px #d3d3d3, 0 0 3px #d3d3d3;
}