/* Layer Menus CSS File */

.vtTable{
	border-style : dotted;
	border-color : #000000;	
	border-top-width : 1px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-bottom-width : 0px;
}
.vtCell{
	background-color : #e5e5e5;
	text-align : center;
	padding : 5px;
	border-style : dotted;
	border-color : #000000;	
	border-top-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-bottom-width : 1px;
}
.vtLink{font-size : 12px; font-weight : bold; color : #000000; text-decoration : none;}
.vtLink:link{font-size : 12px; font-weight : bold; color : #000000; text-decoration : none;}
.vtLink:hover{font-size : 12px; font-weight : bold; color : #000000; text-decoration : underline;}
.vtLink:visited{font-size : 12px; font-weight : bold; color : #000000; text-decoration : none;}

.vsTable{
	background-color : #e5e5e5;
	border-style : dotted;
	border-color : #000000;	
	border-top-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 0px;
}
.vsCell{
	background-color : #e5e5e5;
	text-align : center;
	padding : 5px;
	border-style : dotted;
	border-color : #000000;
	border-top-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-bottom-width : 1px;
}
.vsLink{font-size : 10px; font-weight : bold; color : #000000; text-decoration : none;}
.vsLink:link{font-size : 10px; font-weight : bold; color : #000000; text-decoration : none;}
.vsLink:hover{font-size : 10px; font-weight : bold; color : #000000; text-decoration : underline;}
.vsLink:visited{font-size : 10px; font-weight : bold; color : #000000; text-decoration : none;}
