/* CSS Document */#container {		width:450px;		margin-right:auto;		margin-left:auto;		margin-top:0px;		padding:0px;		text-align:center;		}body {	text-align:center;	margin:40px 20px;	padding:0;	background:#FFFFFF url(../images/holding_page_top_strip.gif) repeat-x top center;	font-family: Verdana, Arial, Helvetica, sans-serif;	color:#999999;	}	h1 {	padding:0;	margin:5px 0px 5px 0px;	font-size:0.6em;	font-weight:bold;	color:#999999;	text-transform:uppercase;	}	h2 {	padding:0;	margin:5px 0px 5px 0px;	font-size:1em;	line-height:1.3em;	font-weight:normal;	color:#999999;	}	h3 {	margin:5px 0px 5px 0px;	font-size:0.7em;	line-height:1.3em;	font-weight:bold;	color:#FFFFFF;	font-style: italic;	background-color:#999999;	padding:10px;	}h3 a {	text-decoration:none;	color:#333333;	font-weight:normal;	padding:0 0 4px 0;	background:url(../images/underline_medium_dummy.gif) no-repeat bottom;	}	h3 a:hover {	text-decoration:none;	color:#333333;	font-weight:normal;	padding:0 0 4px 0;	background:url(../images/underline_h3.gif) no-repeat bottom;	}	p {	text-align:center;	padding:0;	margin:10px 0px;	font-size:0.7em;	line-height:1.3em;	font-weight:normal;	color:#999999;	}	p a, h1 a, h2 a, ul a {	text-decoration:none;	color:#333333;	font-weight:normal;	padding:0 0 4px 0;	background:url(../images/underline_large_dummy.gif) no-repeat bottom;	}p a:hover, h1 a:hover, h2 a:hover, ul a:hover {	text-decoration:none;	color:#333333;	font-weight:normal;	padding:0 0 4px 0;	background:url(../images/underline_large.gif) no-repeat bottom;	}		
