@charset "utf-8";
/* CSS Document */
body{
	font-family:"Lucida Sans Unicode", Arial, sans-serif;
	}

/*TEXT*/
h1{
	font:1.5em "Lucida Sans Unicode", Arial, sans-serif;
	font-weight:bold;
	color:#5d5d5d;
	margin-top:8px;
	margin-bottom:8px;
	letter-spacing:-1px;
	}
h2{
	font:1.2em "Lucida Sans Unicode", Arial, sans-serif;
	font-weight:bold;
	color:#5d5d5d;
	margin-top:8px;
	margin-bottom:8px;
	letter-spacing:-1px;
	}
h3{
	font:1.0em "Lucida Sans Unicode", Arial, sans-serif;
	margin-top:8px;
	margin-bottom:8px;
	color:#5d5d5d;
	letter-spacing:-1px;
	}
p{
	font:12px "Lucida Sans Unicode", Arial, sans-serif;
	color:#5d5d5d;
	margin-top:8px;
	margin-bottom:8px;
	}
h4{
	font:11px "Lucida Sans Unicode", Arial, sans-serif;
	margin-top:8px;
	margin-bottom:8px;
	color:#5d5d5d;
	letter-spacing:-1px;
	}
.footer-text{
	font:10px "Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#5d5d5d;
	}
/*LINKS*/
a, a:visited{
	color:#ff6109;
	}
a:hover{
	color:#5d5d5d;
	text-decoration:none;
	}
h1 a, h1 a:visited{
	font:1.5em "Lucida Sans Unicode", Arial, sans-serif;
	color:#ff6109;
	margin-top:8px;
	margin-bottom:8px;
	}
h1 a:hover{
	font:1.5em "Lucida Sans Unicode", Arial, sans-serif;
	color:#5d5d5d;
	margin-top:8px;
	margin-bottom:8px;
	text-decoration:none;
	}
h2 a, h2 a:visited{
	font:1.2em "Lucida Sans Unicode", Arial, sans-serif;
	color:#ff6109;
	margin-top:8px;
	margin-bottom:8px;
	}
h2 a:hover{
	font:1.2em "Lucida Sans Unicode", Arial, sans-serif;
	color:#5d5d5d;
	margin-top:8px;
	margin-bottom:8px;
	text-decoration:none;
	}
h3 a, h3 a:visited{
	font:1.0em "Lucida Sans Unicode", Arial, sans-serif;
	color:#ff6109;
	margin-top:8px;
	margin-bottom:8px;
	}
h3 a:hover{
	font:1.0em "Lucida Sans Unicode", Arial, sans-serif;
	color:#5d5d5d;
	margin-top:8px;
	margin-bottom:8px;
	text-decoration:none;
	}
p a, p a:visited{
	font:12px "Lucida Sans Unicode", Arial, sans-serif;
	color:#ff6109;
	margin-top:8px;
	margin-bottom:8px;
	}
p a:hover{
	font:12px "Lucida Sans Unicode", Arial, sans-serif;
	color:#5d5d5d;
	text-decoration:none;
	margin-top:8px;
	margin-bottom:8px;
	}
ul a, ul a:visited{
	font:12px "Lucida Sans Unicode", Arial, sans-serif;
	color:#ff6109;
	}
ul a:hover{
	font:12px "Lucida Sans Unicode", Arial, sans-serif;
	color:#5d5d5d;
	text-decoration:none;
	}
.body-small-link, .body-small-link:visited{
	font:10px "Lucida Sans Unicode", Arial, sans-serif;
	color:#ff6109;
	}
.body-small-link:hover{
	font:10px "Lucida Sans Unicode", Arial, sans-serif;
	color:#5d5d5d;
	text-decoration:none;
	}
.bottom-orange-link-bar a, .bottom-orange-link-bar:visited{
	color:#FFFFFF;
	text-decoration:none;
	}
.bottom-orange-link-bar:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
.footer-link, .footer-link:visited{
	text-transform:uppercase;
	text-decoration:none;
	color:#ff6109;
	margin-right:5px;
	}
.footer-link:hover{
	text-transform:uppercase;
	text-decoration:underline;
	color:#5d5d5d;
	margin-right:5px;
	}

.nav-wrapper a, .nav-wrapper a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
.nav-wrapper a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	}


/*FORMS*/
input, textarea, select{
	font:12px "Trebuchet MS", Arial, Verdana, "Times New Roman";
}

/*BULLETS*/
ul{
	font:12px "Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#5d5d5d;
	margin-top:8px;
	margin-bottom:8px;
	padding-left:10px;
	margin-left:10px;
	}
li{
	padding-left:2px;
	margin-left:2px;
}
