body {
	background: #R00; /* background: #175882;  Now set at top of the property specific HTML*/ 
	border-top: 0px solid #000;
	color: #333;
	font-size: 11px;
	padding: 40px 0 40px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: left;
	/* color: #175882;  Now set at top of the property specific HTML*/ 
}

p {
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	
}

.container_12 {
	/* background: #fff url(../../img/12_col.gif) repeat-y; */
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #111;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

}

.container_16 {
	background: #fff url(../../img/16_col.gif) repeat-y;
}

.container_24 {
	background: #fff url(../../img/24_col.gif) repeat-y;

}

.grid_5 h2{
font-size: 1.55em;	
}

.disclaimer{
font-size: 0.45em;	
color: #999;
}


