	   body 
	   {
			background-color: #446D8B;
			font: .8em/1.3em verdana,arial,helvetica,sans-serif;
			text-align: center;
                        color: #fff;
	   }
           a {
                        color:#fff;
           }
	   
	   #noexpressUpdate
	   {
	      margin: 10px auto;
			font-family:Arial, Helvetica, sans-serif;
			font-size: x-small;
			color: #003300;
			text-align: left;
			background-image: url(HTML_intro_nofp_bg.gif);
			background-repeat: no-repeat;
			width: 210px; 
			height: 200px;	
			padding: 40px;
			
	   }
	   .register a{
	   position:relative;
	   display: block;
	   background-image: url('registerbutton.png');
	   background-position: 0px 0px;
	   width:169px;
	   height:60px;
	   }
	   .register a:hover{
	   background-position: 0px 60px;
           }
	   .moreinfo a{
	   position:relative;
	   display: block;
	   background-image: url('moreinfobutton.png');
	   background-position: 0px 0px;
	   width:169px;
	   height:60px;
	   }
	   .moreinfo a:hover{
	   background-position: 0px 60px;

	   }