/* NEWSLETTER */
.textGrey{
	color:#666666;
	font-size:10px;s
}
.main_heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:3F3F3F;
	text-align:left;
	font-weight:bold;
	padding-left:15px;
}
.sub_heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:3F3F3F;
	text-align:left;
	font-weight:bold;
}
.content_table{
	border-top:1px solid #E9E9EA;
	border-left:1px solid #E9E9EA;
	padding:15px;
}
.content_sub{
	border-left:1px solid #E9E9EA;
	padding:15px;
}
.lhs_table{
	border:1px solid #F2F2F3;
	padding:10px 10px 10px 10px; 
	background-color:#F2F2F3;
	font-size:11px;
}
a.lhs:link{
	font-weight:bold;
	font-size:11px;
	border-bottom:1px solid #E9E9EA;
	font-size:11px;
	line-height:20px;
	display:block;
	width:100%;
	color:#3F3F3F;	
}
a.lhs:hover{
	font-weight:bold;
	font-size:11px;
	border-bottom:1px solid #3F3F3F;
	font-size:11px;
	display:block;
	width:100%;
	line-height:20px;
	color:#3F3F3F;	
}
a.lhs:visited{
	font-weight:bold;
	font-size:11px;
	border-bottom:1px solid #E9E9EA;
	font-size:11px;
	display:block;
	width:100%;	
	line-height:20px;
	color:#3F3F3F;	
}
a.lhs:visited:hover{
	font-weight:bold;
	font-size:11px;
	border-bottom:1px solid #3F3F3F;
	font-size:11px;
	display:block;
	width:100%;	
	line-height:20px;	
	color:#3F3F3F;	
}
a.lhs:active{
	font-weight:bold;
	font-size:11px;
	border-bottom:1px solid #E9E9EA;
	font-size:11px;
	display:block;
	width:100%;	
	line-height:20px;	
	color:#3F3F3F;	
	}
table.newsletter {
    width: 100%;
}    

table.newsletter table.item {
    background: #F8F8F8;
    width: 100%;
    border: 1px solid #E3E3E3;
    padding: 5px;
    margin-bottom: 5px;
}

table.newsletter td {
    vertical-align: top;
}

table.newsletter td.ns_bottom {
    text-align: right;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
}

tr.nl_row {
    background: #F8F8F8;
}

tr.nl_row_alt {
    background: transparent;
}

table.forward {
    text-align: center;
    width: 100%;
    border: 1px solid #E3E3E3;
    margin: 0px auto 5px auto;
}

table.forward td {
    width: 50%;
    padding: 5px;
}

table.forward td.title {
    font-size: 13px;
    font-weight: bold;
    background: #F8F8F8;
    border-bottom: 1px solid #E3E3E3;
}

table.forward input.field {
    width: 190px;
}

table.forward textarea {
    width: 500px;
    height: 100px;
}