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

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #9F3A3A;
	margin-bottom: 12px;
	text-transform: uppercase;
	line-height: 20px;
	text-align: left;
}

p {
	margin-top: 0px;
	text-align: left;
	font-size: 12px;
	margin-bottom: 8px;
}

a {
	color: #FFFFFF;
}

ul {
	font-size: 13px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* classes */

.homeTitle {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
}
.homeText a {
	font-size: 14px;
	font-weight: bold;
	color: #C8BCBA;
	text-decoration: none;
}
.homeText a:hover {
	color: #FFFFFF;
}
.homeText2 a {
	font-size: 14px;
	font-weight: bold;
	color: #C8BCBA;
	text-decoration: none;
}
.homeText2 a:hover {
	color: #FFFFFF;
}
.homeImg {
	margin-top: 3px;
}

.disclaimer {
	font-size: 10px;
}

.copyright {
	color: #999999;
	font-size: 9px;
	margin-top: 10px;
}

.successBkgd {
	background-image: url(../images/success_next_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.nextWhite a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
.nextWhite a:hover {
	color: #9E4048;
	}
.nextBlack a {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
.nextBlack a:hover {
	color: #9F3A3A;
	}

/* divs */
