
body {

	margin:0px;
	padding: 0px;
} 


/* GENERIC static corners*/
.corner-top, .corner-left, .corner-bottom {
  background-repeat:no-repeat;
  display:block;
  position:relative;
  font-size:0;
  line-height:0;
  margin:0;
  height:3px;
}
.corner-top {
  background-position:100% 0;
  width:auto;
  top:-1px;
  right:-1px;
}
.corner-top .corner-left {
  background-position:0 -6px;
  width:3px;
  left:-2px;
}
.corner-bottom {
  background-position:100% -3px;
  clear:both;
  width:auto;
  bottom:-1px;
  right:-1px;
}
.corner-bottom .corner-left {
  background-position:0 -9px;
  width:3px;
  left:-2px;
}
/* END static corners/containers */

.top-container-gry {
  border:1px solid #d8d8d8;
  background-color:#fff;
  width:auto;
}

.containerblock {
  font: normal 11px Verdana,Arial;
  line-height:16px;
  padding:20px 10px 30px 20px;
}

#onh_gry .corner-top, #onh_gry .corner-left, #onh_gry .corner-bottom {
background-image:url(images/gry_cor.gif);
}

A.nav_link, A.nav_link:link, A.nav_link:visited, A.nav_link:active {
	font: normal 11px Verdana,Arial;
	text-decoration:underline;
	color:#000;
	}

A.nav_link:hover{
	color:#a0a0a0;
	text-decoration:none;
	}


