.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;


}
.navLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;


}
.navLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;


}
.navLink:off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;

}
.text {
	font-family: tahoma;
	font-size: 12px;
	color: #636363;
	font-style: normal;

}
.textLink {
	font-family: tahoma;
	font-size: 12px;
	color: #31639C;
	font-style: normal;
	text-decoration: none;

}
.textLink:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #31639C;
	font-style: normal;
	text-decoration: underline;

}
.textLink:off {
	font-family: tahoma;
	font-size: 12px;
	color: #31639C;
	font-style: normal;
	text-decoration: underline;

}
.textTiny {
	font-family: tahoma;
	font-size: 10px;
	color: #636363;
	font-style: normal;

}