.main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt
}
.headings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
.spring {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #80C8DF;
	padding: 6px;
	width: 100%;
}
.autumn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #EBCF6C;
	padding: 6px;
	width: 100%;
}
.summer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #FE9999;
	padding: 6px;
	width: 100%;
}
.winter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #D24031;
	padding: 6px;
	width: 100%;
}
.picborder {
	border: thin solid #D5D9EE;
}
