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

.content {
	font-size: 13px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer {
	font-family: "Trebuchet MS", "Century Gothic", Helvetica;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
.calendar{
	font-family: "Trebuchet MS", "Century Gothic", Helvetica;
	font-size:11px;
	color: #000000;
}

a:link {
	color: #74B81C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #74B81C;
}
a:hover {
	text-decoration: underline;
	color: #37420C;
}
a:active {
	text-decoration: none;
	color: #73B71B;
}
