/* CSS Document */

body {
	margin: 0;
	padding: 0;

}

a {
	color: #063;
	text-decoration: none;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
}

td.logo {
	padding-top: 50px;
	padding-bottom: 40px;
}

td.content {
	background-color: #efefef;
	background-image: url(../images_holdpage/bgd.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 60px 0 50px 0;
}

td.body-cols {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: justify;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #666;
	line-height: 18px;
}


td.body-rhcol {
	text-align: justify;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	padding-left: 15px;
	}

td.body-standfirst {
	text-align: left;
	padding-bottom: 25px;
	}

td.body-standfirst h1 {
	font-family: Helvetica, Arial;
	font-size: 17px;
	color: #666;
	margin:0;
	font-weight: 200;
}	
	
	
td.body-standfirst span {
	font-size: 24px;
	color: #063;
	font-weight: 100;
}
