.responsiveimage { width:auto; display:inline-block; }

h1, .Header{
    color: #41414A;
    font-family: 'Oxygen',sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
	line-height:27px;
    margin-top: 10px;
	margin-bottom:15px;
    text-transform:capitalize;
	
	
}

h2, h3,.SubHeader
{
font-family: 'Oxygen', sans-serif;
  font-size:18px;
  color: #06639E;
  margin-top:10px;
  margin-bottom:10px;
  font-weight:normal;
  text-transform:uppercase;

  
}

    
.SmallText{
  font-size  :11px;
}

.LinkButtons, .linkbuttons {
display: inline-block;
*display: inline;
-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
padding:8px 12px 8px 12px;
background:#000;
color:#fff;
text-decoration:none;
font-weight:bold;
}

/* Main Styles */
td, body, p, li{
  font: 400 12px/20px Arial,Sans-serif; 
  color:#444;
  
}


/* Links */
a{
  color:#045d89; text-decoration: none; font-weight:700; -webkit-transition: color 0.4s ease-in; /*safari and chrome */
 -o-transition: color 0.4s ease-in; /* opera */ outline: 0;
}
a:hover{
  color:#660000; text-decoration: none; font-weight:700;
}

.ServiceHead, .servicehead
{
display:block;
font-weight: 700;
font-size:18px
line-height:22px;
color: #fff;
background-color:#666;
padding:5px 10px;
margin-top:0px;
text-transform:uppercase;
}