
.selectedBottomBorder 
{ 
	border-color:black; 
	border-bottom-style:solid;
	border-left-style:solid; 
	border-right-style:solid;
	border-top-style:solid;  
	border-bottom-width:2px;  
	border-left-width:0px; 
	border-right-width:0px; 
	border-top-width:1px;  
	border-top-color:#9aadd3;
	border-left-color:#9aadd3;  
	border-right-color:#9aadd3;
	border-bottom-color:black;
}

.deselectedBottomBorder 
{
	border-color:black; 
	border-bottom-style:solid;  
	border-left-style:solid; 
	border-right-style:solid;
	border-top-style:solid;
	border-bottom-width:2px;
	border-left-width:1px;  
	border-right-width:1px; border-top-width:1px; 
	border-bottom-color:white;
}

.nondecoratedLink {	text-decoration:none;	}