@charset "utf-8";
/* CSS Document */
.f1 {
	font-family: Calibri, Candara, "Trebuchet MS";
	font-size: 12px;
	color: #009900;
}
.f2 {color: #0066CC}
body {
	background-image: url(images/front_left.jpg);
	background-repeat: repeat-y;
}
a:link {
	text-decoration: none;
	color: #88964A;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

