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

TD.whitebox {
	background-color: #fff;
	background-image: url(elements/cornerblock.png);
	background-repeat: no-repeat;
}
TD.linebox {
	background-image: url(elements/line.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: #93BC22;
	font-weight: 400;
	line-height: 20px;
}
.bodytextsmaller {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	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/leafbullet.png);
	list-style-position: outside;
}