h1 {
background:#fff;
color:#000;
font: bold 3.5em/1.5em Roboto, Arial, Helvetica,sans-serif;
font-weight:900;
margin: 0;
margin-bottom: 0px;
padding: 0;
border-bottom: none;
border-top: solid #af2322 3px;
border-right: solid #af2322 3px;
border-left: solid #af2322 18px;
}
h2 {
color:#ab0000;
}
#superSearch input[type="submit"],#superSearch input[type="button"]{
background-color:#fff;
text-align:center;
color:#000;
font-weight:700;
width:5.2em;
}
#queryField{
border-color:#af2322;
}
.btn3{
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #000;
  font-size: 15px;
  background: #fff;
  padding: 1px 1px 1px 1px;
border: solid #000000 1px;
  text-decoration: none;
}
.btn3:hover {
  text-decoration: none;
}
.btn2 {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e6dada));
	background:-moz-linear-gradient(top, #ffffff 5%, #e6dada 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #e6dada 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #e6dada 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #e6dada 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #e6dada 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6dada',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #c4c0c4;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:13px;
	padding:1px 6px;
	text-decoration:none;
    text-align:center;
	text-shadow:0px 1px 0px #ffffff;
    padding-top:0px;
    padding-bottom:0px;
}
.btn2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e6dada), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #e6dada 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #e6dada 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #e6dada 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #e6dada 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #e6dada 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6dada', endColorstr='#ffffff',GradientType=0);
	background-color:#e6dada;
    color:#000;
}
.btn2:active {
	position:relative;
	top:1px;
}
table{background-color:#fff;}
.linksbody{background-color:#fff;}
#linkdiv{
border-bottom:solid #888 3px;
}
.newstitle {font-color:#af2322;color:#af2322;margin-bottom:7px;}
input:focus {border-color:#000;}
@media screen and (min-width : 320px) and (max-width: 480px) {
h1{line-height:2em;}
#newsContent{margin-left:0px;}
}

