@charset "utf-8";
/* CSS Document */

/* Table of Documents*/
 .doctable{ font-size: 100%;
 }
 .headstyle{
	font-size: 111%;
	text-align: center;
	color: #704518; /*Burnt*/
 }
  tr.newfile td{
	border-bottom: 1px dashed #000066; /*Deep Blue*/
 }
 .doctitle {
	color: #000066; /*Deep Blue*/
	padding: 3px 10px;
	vertical-align: top;
 }
 .filedesc {
	color: #333;
	
	vertical-align: top;
 }
 .fileget{
  text-align: center;
 }

