@charset "ISO-8859-1";
.orangeBarLink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
	font-weight: bold;
}
.mainHeaderTxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FD6916;
	list-style-image: url(images/square.gif);
	list-style-type: square;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}
.mainTxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.crumbTxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
a.crumb:link {
	text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff7620;
}
a.crumb:visited {
	text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff7620;
}
a.crumb:hover {
	text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff9e20;
}
a.crumb:active {
	text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff7620;
}

a.nav:link {
	text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222;
}
a.nav:visited {
	text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222;
}
a.nav:hover {
	text-decoration: underline;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
a.nav:active {
	text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222;
}

a:link {
	text-decoration: none;
	color: #ff7620;
}
a:visited {
	text-decoration: none;
	color: #ff7620;
}
a:hover {
	text-decoration: none;
	color: #ff9e20;
}
a:active {
	text-decoration: none;
	color: #ff7620;
}.secondHeader {
	font-size: 16px;
}

