BODY{font-family:Arial,Helvetica,sans-serif;FONT-WEIGHT: normal;font-size:10pt;color:#000
}
TD{font-family:Arial,Helvetica,sans-serif;FONT-WEIGHT: normal;font-size:10pt;color:#000
}
.bodytext{FONT-WEIGHT: normal;font-size:10pt;color:#000;font-family:Arial,Helvetica,sans-serif;text-decoration:none
}

 



/*hambyrger3*/
/*DropDown Hamburger*/
/* Dropdown Button */
.dropbtn5 {
    background-color: #0B83cc;
    color: white;
    padding: 18px;
	font-size: 16px;
    border: none;
    cursor: pointer;
	background: url("VL_images/burg_menu.png") no-repeat right center;
	background-size: 100%;
}

/* Dropdown button on hover & focus */
.dropbtn5:hover /*, .dropbtn5:focus */{
    background-color: #49A3FF;
}

/* The container <div> - needed to position the dropdown content */
.dropdown5 {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown5-content {
    display: none;
    position: absolute;
	left: -40;
	top: 38;
   background-color: #f9f9f9;
	opacity: 100;
	min-width: 112px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown5-content a {
    color: black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 12px;
	/*padding: 12px 16px;*/
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown5-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show5 {display:block;
}


