@charset "UTF-8";
/* Primerica Style Sheet */

/* Imported Styles */

@import url("header.css");
@import url("navigation.css");
@import url("subpage.css");
@import url("investor.css");
@import url("footer.css");


/* Primerica Commmon Styles */

body {
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#main-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#content-wrapper {
	background-image: url(http://www.primerica.com/public/images/white-background_mid.jpg);
	background-repeat: repeat-y;
	clear: both;
	padding-left: 8px;
	float: left;
	width: 984px;
	padding-right: 8px;
	padding-bottom: 10px;
}
h1 {}
h2 {
	color: #FFFFFF;
	font-size: 325%;
	font-weight: lighter;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6699CC;
	font-size: 275%;
	font-weight: lighter;
	font-style: normal;
	margin-top: 0px;
	line-height: 80%;
	margin-bottom: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 180%;
	font-weight: lighter;
	font-style: normal;
	margin-bottom: 15px;
	padding-bottom: 0px;
	line-height: 100%;
}
h5{
	font-size: 150%;
	color: #666666;
	font-weight: normal;
}
h6{font-size: 100%;}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.text_small {
	font-size: 10px;
	line-height: 12px;
}
.footer {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
.align-left{}
.align-center{}
.align-right{}
.clear {
	clear: both;
}
.last {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
span#status {
	float: right;
	margin-top: -150px;
	font-weight: bold;
	color: #333;
	margin-right: 50px;
	background-color: #CCC;
	display: none;
	padding: 10px;
}
