/*
Title:      Client classes for screen media
Author:	wordsandpeople.com
Updated:    June 18 2005
*/



/* ---[ classes ]------------------------------- */
	
	
.pic-left {
	float: left;
	margin: 0 5px 5px 0;
}
.pic-right {
	float: right;
	margin: 0 0 5px 5px;
}
.pic {
	margin: 5px;
}	
.textCenter {
	text-align: center;
}	
.textIndent {
	padding: 0 0 0 30px;
}
.textBold {
	font-weight: bold;
}
.highlight {
	font-weight: bold;
	color: #339900;
}

.leftclear {clear:left; }