/* CSS Document */
h2.Library {
	font-size: 12px; 
	font-weight: bold; 
	color: #003399;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:4px;
	border-bottom-width:1px;
	border-bottom-color:#003399;
	border-bottom-style:solid;
	text-decoration:none;
}
p.Library {
	font-size: 10px; 
	font-weight: bold; 
	color: #8884D0;
	margin-top:1px;
	margin-bottom:1px;
}

a.Library:link {
	font-size: 10px; 
	font-weight: bold; 
	color: #8884D0;
	text-decoration:underline;
}

a.Library:visited {
	font-size: 10px; 
	font-weight: bold; 
	color: #8884D0;
	text-decoration:underline;
}

a:hover.Library {
	font-size: 10px; 
	font-weight: bold; 
	color: #003399;
	text-decoration:none;
}


