/* Picture Styles
*****************************************/
.pictureFloatLeft {
	float: left;
	padding: 4px 10px 4px 0px;
	color: #666666;
	font-size: 10px;
	text-align: center;	
}
.pictureFloatRight {
	float: right;
	padding: 4px 0px 4px 10px;
	color: #666666;
	font-size: 10px;
	text-align: center;	
}

/* Text Styles
*****************************************/
.normal {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	line-height: 18px;
	text-align: left; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.largeTextTitle {
	font-size: 24px;	
	font-weight: bold;
	margin-bottom: 20px;
	color: #d25804;
	text-transform: uppercase;
}
.largeTextTitle2 {
	font-size: 24px;	
	font-weight: bold;
	margin-bottom: 20px;
	color: #551907;
	text-transform: uppercase;
}
.subTitle {
	font-size: 18px;	
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 10px;
	color: #274e33;	
	text-transform: uppercase;
}
.subTitle2 {
	font-size: 16px;	
	font-weight: bold;
	margin-bottom: 12px;
	color: #551907;
}
.subTitle3 {
	font-size: 14px;	
	font-weight: bold;
	color: #000;
}