body {
  margin: 0px;
    font-family: Tahoma, Geneva, sans-serif;
	font-size:18px;
	line-height:25px;
	color:#818181;
}

h3{
    color: #ED1B23;
	padding:10px 20px;
	background-image: url('../images/bg5.jpg');
	background-position: bottom right;
	background-repeat:no-repeat;
	font-weight:normal;
}

.nbg{
	background:none !important;
}

.divb{
	border:1px solid #f7f7f7;
	border-bottom:1px solid #ED1B23;
	margin-bottom:25px;
	background-image: url('../images/bg4.jpg');
	background-position: bottom left;
	background-repeat:no-repeat;
}
.divb p{
	margin-right:25px;
}

.white{
    color: #fff;
	font-size:11px
}

.white_txt{
    color: #fff;
	font-size:18px
}

.topnav {
  overflow: hidden;
  background-color: #ED1B23;
}

.topnav a {
  float: right;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.red {
  background-color: #ED1B23;
  padding:1px 0px 1px 0px;
}

.red p{
  margin-top:2px;
}



.topnav a.active {
  background-color: #ED1B23;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
}

.box{
padding:20px
}

.box a{
color:#818181;
text-decoration:underline
}

.box a:hover{
color:#818181;
text-decoration:none
}