/**
 *	Wise Bite of the Day
 *	Copyright 2003 by Kevin Lynn Brown
 *	All rights reserved
 */
.wisdomArea { 
/*	width: 320px; */
}
.wisdom { 
	font-size: 12pt;
	text-align: left;
	width: 400px; 
	height: 160px;
	overflow: auto;
	display: block; 
/*
	scrollbar-3dlight-color:;
	scrollbar-arrow-color:;
	scrollbar-base-color:;
	scrollbar-darkshadow-color:;
	scrollbar-face-color:;
	scrollbar-highlight-color:;
	scrollbar-shadow-color:;
	scrollbar-track-color:;
*/
}
.wisdomAuthor {
	font-size: 10pt;
/*	font-style: italic;*/
	margin-top: 10px;
	display: block; 
}
.wisdomLinks { 
	margin-top: 20px;
	display: block; 
}
.wisdomLink { font-size: 8pt; }