

.articleTable {
 border: none  !important;
 border-bottom: none !important;
 border-left: none !important;
}
.articleTable tr {
	border-right: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
	border-top: 1px solid #fff !important;
}
.articleTable td {
	border-right: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
	border-top: 1px solid #fff !important;
}

.articleTable table {
	width: 60%;
}

.articleTableNav{
	width: 100%;
	border-spacing: 1px;
	color: #222;
	background-color: #fff;
	-moz-box-shadow: 1px 1px 5px #ddd;
	-webkit-box-shadow: 1px 1px 5px #ddd;
	box-shadow: 1px 1px 5px #ddd;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #E7E4E4;
	border: 1px solid #ddd;
	margin: 0 0 0.1em;
}

.articleTableNav td{
	border: none !important;

}



.aTitle{
	font-size: 18px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
	line-height: 110%;
	font-weight: bold;
	text-align: left;
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.AuthorAddress{

}
.articleAuthor{

}