﻿a.BMPVert{
    position:relative; 
    z-index:400; 
    background-color:#FFFFFF; /*Background Color of Highlighted Text*/
    color:#000; /*Font Color of Highlighted Text*/
    text-decoration: none
    }
.BMPVertDiv { 
	position: absolute; 
	left: 50px; 
	top: 100px; 
	background-color: #E9E5E6; 
	width: 80%; 
	height:400px; 
	padding: 10px; 
	color: white; 
	border: #0000cc 2px dashed; 
	display: none;
	z-index:500
}   
.BMPVertFont /*Highlighted Link Font Properties*/
{
	text-decoration: overline underline; 
	font-family: Arial;  
	color: #0000FF;  
}


