html {
	background-image: url(http://www.retirement-income.net/images/landing/stripy-bg.gif);
}



/*Body Styles*/
		
	
h1 {
	font-family: "Times New Roman";
	font-weight: bold;
	color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:190%;
	}
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:150%;
	line-height: 100%;
	}
	
.shell {
		border:solid 1px #000000;
		padding: 5px;
		background-color:#F4FAFD
		}

.toppad {
	margin-top: 10px;
	
	}		
		
.tdpad {
	padding: 3px 5px 3px 5px;
	}
		

.offertext td {
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding: 5px;
	}

.offertext2 td {
	text-align:left;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	}

.listpad {
	padding:10px 0 10px 15px;
	}

.text li {
	font-size: 95%;
	color: #990000;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: square;
	
}

.headline {
	font-size: 120%;
	font-weight: bold;
	color: #000099;
	padding: 5px 15px 0px 10px;
	}

/*Notices */
.notice {
	padding: 10px;
	text-align: center;
	clear: both;

}

.notice.error {
	color: red;
}

.clear {
	clear: both;
}

/* Forms */

.fieldWithErrors input {}

.fieldWithErrors label {
	color: red;
}

