/* CSS Document */

.navi {
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #0d4485;
	text-decoration: none;
}
.navihigh {
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #b1915d;
	text-decoration: none;
}
a.navi:hover {
	 color: #b1915d;
 }
.subhead {
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #117cab;
	text-decoration: none;
}
.footer {
	font-size: 9px;
	font-family: "Trebuchet MS";
	color: #88734b;
	text-decoration: none;
}
a.footer:hover {
	 color: #000000;
 }
.text {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #000000;
	text-decoration: yes;
	line-height: 16px;
}
.text1 {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #000000;
	text-decoration: yes;
	line-height: 12px;
}
a.text:hover {
	 color: #b1915d;
	 text-decoration: yes;
 }
 .text2 {
	font-size: 12px;
	font-weight: regular;
	font-family: "Trebuchet MS";
	color: #b1915d;
	text-decoration: none;
}
.subtext {
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #88734b;
	text-decoration: none;
}
.subtextbig {
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS";
    line-height: 12px;
	color: #b1915d;
	text-decoration: none;
}

