html,body{
   margin: 0;
   padding: 0;
   height:100%;
   border:none;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   color: #666666;
   background-color: #FFFFFF;
}
td{
   margin: 0;
   padding: 0;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   color: #666666;
}


a:visited {
    text-decoration:none;
    color: #666666;
}
a:link {
    text-decoration:none;
    color: #666666;
}
a:hover {
    text-decoration:underline;
    color: #666666;
}
.menu_block{
	width:242px;
	height:205px;
	position:absolute;
	right:0px;
	top:240px;
	background-image:url(images/titlepage/bg4.png);
	background-repeat:no-repeat;
}
.menu_bg{
	width:100%;	
	background-image:url(images/titlepage/bg4.png);
	background-position:top right;
	background-repeat:no-repeat;
}
