/*
 *  Ball Corporation Workstream Pages
 *	Cascading Style Sheet
 *  Last Modified: 01-13-05
*/

/*	COLORS      
 *  Lt Gray BG:  	#F4F4F4
 *  Gray Line: 		#BDBDBD
 *  Dk Blue:		#00ACCD
 *  Lt Blue:		#B7DAE3
*/


#content img {
	margin: 0;
	float: none;
	border: 0;
}

ul.text {
	
	font-size: 1em;
	line-height: 1.5em;
}
td.text {
	
	font-size: 1.1em;
	line-height: 1.5em;
}
.text1 {
	
	font-size: 1.1em;
	line-height: 1.5em;
}

input {
	
	border: 1px solid #999999;
	font-size: 1.1em;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif; 
}
select {
	
	font-size: 1.1em;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif; 
	
}
textarea {
	
	font-size: 11px;
	border: 1px solid #999999;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif; 
	
}

.button {
	
	border: 1px solid #BDBDBD;
	height: 21px;
	font-size: 1.0em;
	padding: 0 4px;
}
