/*
Title:      Client classes for screen media
Author:     David Baker, david@wordsandpeople.com
Updated:    June 18 2005
*/



/* ---[ classes ]------------------------------- */
	
.bold {
	font-weight: bold;
	}	
.highlight {
	color: #f03;
	font-style: italic;
	}
	
.picLeft {
	float: left;
	margin: 0 10px 10px 0;
}
.picRight {
	float: right;
	margin: 10px 0 10px 10px;
}
	
	
	
