@charset "utf-8";
/* CSS Document */


body {
	background-image: url(images/background.png);
	text-align: center;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a:link {color:#FFF;}      /* unvisited link */
a:visited {color:#999;}  /* visited link */
a:hover {color:#000;}  /* mouse over link */
a:active {color:#F00;}  /* selected link */
a {text-decoration:none;
	outline:none}

.navsmall {
	font-size: 10px;
}


a.testing:link {color:#999;}      /* unvisited link */
a.testing:visited {color:#999;}  /* visited link */
a.testing:hover {color:#000;}  /* mouse over link */
a.testing:active {color:#F00;}  /* selected link */

.navdead {
	font-size: 10px;
	color: #F00;
}
.littlebiggerdead {
	font-size: 12px;
}
.navsmalllilbiggerdead {
	color: #F00;
}
body p {
	color: #FFF;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}




.intakeheaders {
	color: #FFF;
	font-size: 36px;
}
.redtext {
	color: #DF2027;
	font-size: 18px;
	text-align: center;
}
