@charset "UTF-8";
/* CSS Document */

ul,li,p,h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	list-style:none;
	}
a{
	text-decoration:none;
	}
img{
	border:none;
	}
.clr{
	clear:both;
	}
body{
	padding:0;
	margin:0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#c48100;
	}
.style1{
	font-style:italic;
}

/* News Letter CSS */

#newsletter{
	/*background:url(../images/newsletter_bkg.jpg) no-repeat;*/
	background-color:#FFF;
	width:425px;
	height:175px;
	margin: 0px auto -1px auto;
}
#newsletter_inside{
	align:center;
	padding:10px 0 0 0;
	margin:0 0 0 15px;
}
#newsletter_inside td{
	color:#473700;
	font-weight:bold;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* News Letter CSS End */
