@charset "utf-8";
/* CSS Document */

.txtPageTitle {
	font-family: "Goudy Old Style";
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
.txtPageText {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.txtHomePage {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.txtLinks {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
