

/*

 media="all and (max-height: 810px)"


*/

/*  gradient --------------------------------------*/

#gradient-div1 
{

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F6F4F7),
	color-stop(0.39, #FFFCFF),
	color-stop(1, #ECEBF0)
);
background-image: -o-linear-gradient(bottom, #F6F4F7 0%, #FFFCFF 39%, #ECEBF0 100%);
background-image: -moz-linear-gradient(bottom, #F6F4F7 0%, #FFFCFF 39%, #ECEBF0 100%);
background-image: -webkit-linear-gradient(bottom, #F6F4F7 0%, #FFFCFF 39%, #ECEBF0 100%);
background-image: -ms-linear-gradient(bottom, #F6F4F7 0%, #FFFCFF 39%, #ECEBF0 100%);
background-image: linear-gradient(to bottom, #F6F4F7 0%, #FFFCFF 39%, #ECEBF0 100%);

height: 191px;
  
}

/*  fonts -----------------------------------------*/

hh3
{
    font-size: 22px;
    font-family: verdana;
    color: #004466;
    font-weight: bold;
}
 
hh4
{
    font-size: 12px;
    font-family: verdana;
    font-weight: normal;
    color: #222222;
}

.tbl_style_h
{
     width: 100%;

}

/* image -----------------------------------------------------*/

.imgw
{
     width: 140px;
}


