.normal {
	font: normal normal 14px "Bookman Old Style", Garamond, @Arial Unicode MS;
	text-transform: none;
	text-decoration: none;
	color: #330000;
}
.bold {

	font: bold normal 14px/normal "Bookman Old Style", Garamond, @Arial Unicode MS;
	text-transform: none;
	text-decoration: none;
	color: #330000;
}
.italic {

	font: italic normal 14px/normal "Bookman Old Style", Garamond, @Arial Unicode MS;
	text-transform: none;
	text-decoration: none;
	color: #330000;
}
.litle {
	font: normal 10px/normal "Bookman Old Style", Garamond, @Arial Unicode MS;
	text-transform: none;
	color: #330000;
	text-decoration: none;
	font: normal 10px/normal "Bookman Old Style", "Book Antiqua", "Century Gothic", "Times New Roman";
}
.underline {

	font: normal 14px/normal "Bookman Old Style", Garamond, @Arial Unicode MS;
	text-transform: none;
	text-decoration: underline;
	color: #330000;
}
.menutxt {
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #330000;
	text-decoration: none;
}
.menutxt_bold {
	font: bold normal 12px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #330000;
	text-decoration: none;
}
.bigfont {
	font: normal 16px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #330000;
	text-decoration: none;
}
.tableline {
	border: thin solid #FF6600;
}
.tableline2 {
	border: 1px solid #3C162B;
}
