	/* 
	this appeared to be the best way to make 
	the borders on the cells look the same
	in FF and IE 
	*/
	
TABLE
{
 	BORDER-COLLAPSE: collapse;
}

		
		/* this makes it harder for people 
		in future to add text that is times 
		new roman... the class for text is 
		still defined below tho :)
		*/
		
TD
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; 
	line-height: 140%;
}




.doc_list{
	width:600px;
}

.doc_list a{
	background:none;
	border:none;
}

thead td {
	color:#000!important; 
	font-size:11px!important;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
}

.word_download, .pdf_download{
	width:60px;
}

.doc_list td {
	color:#754F75;
	font-size:12px;
	font-weight:600;
	padding: 5px 0;
}

tbody .doc_name {
padding:0 20px 0 10px;
width:500px;
}

.doc_break{
	border-bottom: solid 1px rgb(117, 79, 117);
	width:500px;
	margin:20px auto;
}