@charset "UTF-8";
/* CSS Document */

TD.whiteboxnotsoon {
	background-color: #fff;
}
TD.linebox {
	background-image: url(elements/linebook.png);
}
.bodytext {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: 300;
	line-height: 25px;
}
.bodytext A:link{
	color: #333;
	text-decoration: none;
}
.bodytext A:hover{
	color: #93BC22;
	text-decoration: none;
}
.bodytext A:visited{
	color: #333;
	text-decoration: none;
}
.highlight {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #00A19B;
	font-weight: 400;
	line-height: 25px;
}
.highlightgreen {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #93BC22;
	font-weight: 400;
	line-height: 25px;
}
.bodytextsmaller {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: 300;
	line-height: 16px;
}
.bodytextbullets {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: 300;
	line-height: 35px;
	list-style-image: url(elements/leafbulletbook.png);
	list-style-position: outside;
}
.pagehead {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	color: #00A19B;
	font-weight: 300;
	line-height: 33px;
}
.textbox {
	border: 1px solid #00A19B;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #00A19B;
	font-weight: 300;
	padding-bottom: 5px;
}
