@charset "utf-8";
.bold {
}
body {
	margin: 0px;
	background-color:#333;
	background-image:url(images/page-bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
.home-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #333333;
	font-variant: normal;
	text-align: justify;
	width:100%;
}
.body-quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	text-transform: uppercase;
	color: #31A834;
	font-weight: bold;
	text-indent: 50px;

}

.home-bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
}
.copywright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
img {
	border:0;
}
.middle-bg {
	background-image: url(images/middle-backup.jpg);
	background-repeat: repeat-x;
}
.body-indent {
	padding-left:40;
	padding-right:50;
}
.bold-red {
	color:#900;
	font-weight:bold;
	font-size:16px;
}

.center {
	text-align:center;
}

.footer-line {
	background-image:url(images/line-3.jpg);
	width:100%;
	height:18px;
}

.img-border {
	border:1px;
}

.red-calc {
	color:#F00;
	font-style:italic;
}

.calc-monthly {
	color:#000;
	font-size:14px;
	font-weight:bold;
}

.calc-6months {
	color:#000;
	font-size:16px;
	font-weight:bold;
}

.calc-yearly {
	color:#F00;
	font-size:20px;
	font-weight:bold;
}
