.normal {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-style: normal;
	color: #333333;
}
.ti_bold {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.nav {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #663300;
	text-decoration: none;
	height: auto;

}
.italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}
