/* Documents Page*/

table.documents {
	border: 1px solid #050 ;
	width: 500px ;
	margin: 0 auto ;
	}
table.documents img {
	border: 0 ;
	}
	
table.documents th {
	border-bottom:1px solid #080 ;
	}

table.documents th.dDoc {
	width:420px ;
	text-align:left ;
	}

table.documents td {
	line-height:20px;
	font-size:1em !important ;
	border-bottom:1px solid #8e8 ;
	}
	
table.documents .dWord ,
table.documents .dPDF {
	width:40px;
	text-align:center;
	}

table.documents a {
	text-decoration:none;
	}
