@media all {
#tmenu{background-color:#FF5500;padding-top:7px;height:25px;text-align:center;border:1px solid #cccccc;}

.button-link, .button-link2{
padding: 3px 15px;
background: #ffff00;
color: #000000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: solid 1px #000000;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
text-decoration: none;
}
.button-link:hover, .button-link2:hover {
background: #000000;
color:#ffffff;
border: solid 1px #000000;
text-decoration: none;
}
.button-link:active, .button-link2:active {
-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
background: #660000;
border: solid 1px #880000;
}

.pagetitle {font-family: Helvetica, Arial, sans-serif;color:#990000;}
.copyrights {font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.contacttitle {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 24px;font-weight: bold;color: #FF0000;}
.contactinfo_head {color: #990000; font-weight: bold; font-size: 16px;font-family: Arial, Helvetica, sans-serif;}
.contactinfo_body {color: #990000; font-weight: normal; font-size: 16px;font-family: Arial, Helvetica, sans-serif;}
.pimg {max-width:100%;border:0}
}

@media only screen and (max-width : 500px) {
.button-link2{display:none} 
}

@media only screen and (max-width : 380px) {
.button-link {padding: 3px 5px;}
}