/* CSS Document */

.text {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}
.title {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:24px;
	color:#000000;
	font-weight:bold;
}
.link {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:14px;
	color:#6666FF;
}
.link:hover {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FF3333;
}
.footer {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
}
.footerLink {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
}
.footerLink:hover {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FF3333;
}