/* CSS Document for News Press */
body { background-color: #152065; padding: 8px 0 8px 0; }
#wrapper { width: 470px; background-color: white; display: block; margin: 0 auto; border: 0; border-spacing: 0; }
#wrapper tr td { padding: 0; }
@media (max-width:500px){ #wrapper { width: 94%; }}
#press { background-color: white; vertical-align: top; text-align: left; }
#press p { color: #152065;
          font-family: arial;
	      font-size: 12px;
		  margin: 0;
		  padding: 11px 20px 5px 20px;
        }
#press p.title { font-size: 18pt;
                font-family: arial;
                color: #608119;
		        padding: 0 20px 0 20px;
				margin: 15px 0 0 0;
	          }
#press p.subtitle { font-size: 17px; color: #152065;
                font-family: arial; text-decoration: none;
		        padding: 0 20px 0 20px;
	          }
p.continue a { 
          color: #608119;
		  text-decoration: none;
		}				   
p.continue a:hover { color: #304119; } 
#press img { padding: 15px 20px 0 12px;
			margin: 0; }
#buttons a img { padding: 7px 0 0 0;
			   }			  
.subtitle { font-weight: bold;
            text-decoration: underline; }
p a.closeBtn { padding: 5px 10px 5px 10px;
			color: white;
			font-family: arial;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			background-color: #608119;
			border-top: 2px solid #A0B139;
			border-right: 2px solid #A0B139;
			border-bottom: 2px solid #304119;
			border-left: 2px solid #304119; }		  						  
p a.closeBtn:hover { background-color: #406119; }