@charset "utf-8";
/* CSS Document */


			
			body {
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			background-color : #666666;
			}
			
			select, input, textarea  { 
			font-family : Georgia, "Lucida Sans", Arial, Helvetica, sans-serif; 
			font-size : 13px; 
			color : #222222; 
			font-weight : normal; 
			line-height : 18px; 
			}
			
			
			input.emailfield { 
			font-family : Arial, Helvetica, sans-serif;
			font-size : 20px; 
			line-height : 22px; 
			color : #666666; 
			width : 360px;
			height : 26px;
			border : solid 2px #666666;
			padding-top : 3px;
			}
			
			
			.content  { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 12px; 
			color : #222222; 
			font-weight :normal; 
			line-height : 14px;
			}
			
			.warnings  { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 14px; 
			font-weight : bold;
			color : #222222; 
			line-height : 16px;
			}
			
			
			#wrapper {
			background-image : url(images/splash_enews.jpg);
			background-repeat : no-repeat;
			width : 935px;
			height : 1190px;
			}
			
						
			.daily_rel {
			position : relative;
			left : 17px;
			top : 480px;
			z-index : 200;
			}
			
			.daily_ab {
			position : absolute;
			left : 0px;
			top : 0px;
			width : 50px;
			height : 50px;
			z-index : 205;
			}
			
			.todo_rel {
			position : relative;
			left : 17px;
			top : 645px;
			z-index : 300;
			}
			
			.todo_ab {
			position : absolute;
			left : 0px;
			top : 0px;
			width : 50px;
			height : 50px;
			z-index : 305;
			}
			
			.eat_rel {
			position : relative;
			left : 17px;
			top : 820px;
			z-index : 300;
			}
			
			.eat_ab {
			position : absolute;
			left : 0px;
			top : 0px;
			width : 50px;
			height : 50px;
			z-index : 305;
			}
			
			.savvy_rel {
			position : relative;
			left : 17px;
			top : 1010px;
			z-index : 500;
			}
			
			.savvy_ab {
			position : absolute;
			left : 0px;
			top : 0px;
			width : 50px;
			height : 50px;
			z-index : 505;
			}
			
			/* removed email positioning items the are in style_ie and style_mos */
			
			.subscribe_rel {
			position : relative;
			left :500px;
			top : 1140px;
			z-index : 800;
			}
			
			.subscribe_ab {
			position : absolute;
			left : 0px;
			top : 0px;
			width : 431px;
			height : 37px;
			z-index : 805;
			}
			
			.warnings_ab {
			position : absolute;
			left : 0px;
			top : 0px;
			width : 100%;
			height : 80px;
			z-index : 900;
			background-color : #efefef;
			padding : 15px 0px 0px 0px;
			border-bottom : solid 5px #cc0000;
			}
			
			a.link1:link, a.link1:visited, a.link1:active  { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 14px; 
			font-weight : bold;
			color : #cc0000; 
			line-height : 16px;
			}
			
			a.link1:hover  { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 14px; 
			font-weight : bold;
			color : #222222; 
			line-height : 16px;
			}
			
			.borders_off {border:2px solid #999999;}
			.borders_on {border:2px solid #fe0000;}
			
		

