body{
	margin: 0;
}
#nhva {
	display:none;
	box-shadow:0px 0px 20px 0px white;
	background-color:#fe5000; /* Background color for VA body */
	max-height:670px;
	max-width:440px;
	height:95%;
	width:100%;
	position:fixed;
	z-index:10000000000;
	bottom:10px;
	right:10px;
	text-align:right;
	box-shadow: 0px 0px 5px 0px grey;
}
#nhvaifrm {
    text-align: center;
    clear: both;
    position: absolute;
    width: 100%;
    bottom: 0px;
    top: 25px;
}
#nhfrm {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0px;
}
#nhvatop {
    background-color: #fe5000; /* Background color for VA banner */
    width: 100%;
    height: 25px;
}
#nhvalink {
    position: fixed;
    z-index: 899;
    bottom: 25px;
    right: 25px;
    height: 50px;
    border: 0px;
    cursor: pointer;
    width: 102px;
}
#nhvalink_text {
    padding: 0px;
    font-weight: bold;
    display: inline-block;
    height: 50px;
}
text.bubbletext {
    font-family: Arial, sans-serif;
    font-size: 16px;
    fill: #000;
}
div#nhvabanner {
    width: 100%;
}
#nhvabannerimg {
    height: 45px;
    max-width: 50%;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}
img#nhvalogo {
    height: 35px;
    margin-top: 20px;
}
img#nhvabackimg {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
#nhvamin,
#nhvamax,
#nhvaclose {
    margin-top: 4px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
}
img#nhvamax,
img#nhvaclose {
    height: 20px;
}
img#nhvamin {
    height: 15px;
    margin-bottom: 2px;
}