/*-------------------------------------------------
 Imported Styles
-------------------------------------------------*/
@import url("layout.css");
@import url("typography.css");


body 		{
			margin: 10px 0 10px 0;
			padding: 0;
			font: normal 12px/1.7em "Times New Roman", Times, Georgia, serif;
			background: #BBAF81; /* #999900, #F6F8C0, #C3DADD, #C0DB9B, #4B3E2C, #B1CA8F, #C7BD95, #BBAF81 */
			color: #000;
			text-align: center;
			}
			
			body#pop 		{
						margin: 0;
						padding: 0;
						font: normal 12px/1.7em "Times New Roman", Times, Georgia, serif;
						background: #fff;
						color: #000;
						text-align: center;
						}

form 		{
			margin: 0;
			padding: 0;
			}

img 		{ 
			padding: 0;
			border: none;
			}
			
			
			
			