@charset "utf-8";
/* CSS Document */

.nav {
	font-family: "Trebuchet MS", Calibri, Verdana, Arial;
	font-size: 12px;
}
.body {
	font-family: "Trebuchet MS", Calibri, Verdana, Arial;
	font-size: 13px;
	color: #333333;
}
.nav_title {
	font-family: "Trebuchet MS", Calibri, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
}
.h1 {
	font-family: "Trebuchet MS", Calibri, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
}
.h2 {
	font-family: "Trebuchet MS", Calibri, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
}
.bold_red {
	font-family: "Trebuchet MS", Calibri, Verdana, Arial;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}
.bodyTiny {
	font-family: "Trebuchet MS", Calibri, Verdana, Arial;
	font-size: 9px;
	color: #FF0000;
}
.bodySmall {
	font-family: "Trebuchet MS", Calibri, Verdana, Arial;
	font-size: 10px;
	color: #333333;
}

