/*
We don't want to reproduce every style that we use in the site. We just want to give the
user some options without ceding control.
*/

.h2 {
	font: bold 14px Verdana,sans-serif;
	color: #40880f;
}

.h3 {
	font: bold 12px Verdana,sans-serif;
	color: #40880f;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.h3large {
	font-weight: bold;
	font-family: Verdana,sans-serif;
	font-size: large;
	color: #40880f;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.text_em {
	font-weight: bold;
	color: #40880f;
}

.pic_right {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

.pic_left {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}