.Data1 {
	border-bottom: solid black; 
	border-bottom-width: 1px;
}

.Data2 {
	font-family: Arial;
	font-Size: 11px;
	text-align: center;
}

.Data3 {
	font-family: Arial;
	font-Size: 11px;
	text-align: left;
	vertical-align: top;
}
.Data4 {
	font-family: Arial;
	font-Size: 11px;
	text-align: left;
	color: blue;
}

.Data5 {
	font-family: Arial;
	font-Size: 18px;
	color: white;
	text-align: center;
	vertical-align: top;
}

.Data6 {
	font-family: Arial;
	font-Size: 30px;
	color: white;
	text-align: center;
	vertical-align: top;
}


A.Small	{
	border-bottom: solid black; 
	border-bottom-width: 1px;
	border-top: solid black; 
	border-top-width: 1px;
	border-left: solid black; 
	border-left-width: 1px;
	border-right: solid black; 
	border-right-width: 1px;
	font-family: Arial;
	font-Size: 9px;
	color: blue;
	font-weight: bold;
}

.shade1	{
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='gray', startColorstr='white', gradientType='0');
}
.shade2	{
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#AAAAFF', startColorstr='#EEEEEE', gradientType='0');
	color : navy;
	font-size :14px;
	font-family : "Verdana";
	vertical-align : middle ;
	text-align : left ;
}

.qSelect {
	font-family: Arial;
	font-size: 10px;
	color: navy;
}

.Label {
	font-family: Arial;
	font-Size: 11px;
	text-align: right;
	vertical-align: top;
}

.dropbtn {
	background-color: #DCE6F1;
	color: #551A8B;
	padding: 16px;
	font-size: 16px;
	border: none;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 360px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}