a { color: #696969; font-weight: bold; text-decoration: underline; }
a:hover { color: #808080; text-decoration: none }
a:active { color: red; }
body { color: #2f2f2f; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 150%;  scrollbar-3d-light-color: #FFFFFF; scrollbar-base-color: #FFFFFF; scrollbar-shadow-color: #969696; scrollbar-track-color: #c0c0c0     }
td { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; line-height: 150%; }
.h1 { color: #fff; font-size: 35px; font-family: arial; line-height: 150%; }
.bg{
	background-image: url(images/bg.png);
	background-size:cover;
	height:135px;
}
.height{
	height:98;
}
@media only screen and (min-width: 2440px){
	.bg{
	background-image: url(images/bg-gross.png);
	background-size:cover;
	height:135px;
	

}
.height{
	height:99;
}
}
@media only screen and (max-width: 1600px){
	.bg{
	background-image: url(images/bg.png);
	background-size:cover;
	height:135px;
}
.height{
	height:98;
}
}