*
{
	font-family:arial, Helvetica, sans-serif;
}
h1
{
	font-size:20px;
	color:blue;
}
ul
{
	list-style:none;
	text-align:justify;
	border:1px solid #123456;
	margin:15px;
}
li a{
color:#123456;
text-decoration:none;
font-size:13px;
}
.content
{
	border:2px solid #123456;
}

#newsletter{
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:20px;
	border-top:2px solid #B20000;
	border-bottom:2px solid #B20000;
	text-align:center;
	background-color: #FFA200;
}

#newsletter #title{
	font-size:13px;
	font-weight:bold;

}

#newsletter .nw_title{
	color:#e6bb31;
	margin-top:10px;
	font-weight:bold;
}

#button_submit{
padding:5px;
}

.nw_select{
width:100px;
color:#B54501;
}



