/* Document Center */
	
.doccenter {}
.doccenter table td {font-size:12px;}
.doccenter .header {background:#6c8b3b;color:#fff;font-weight:bold;}
.doccenter .subhead {background:#8cab5b;color:#000;font-weight:bold;}
.doccenter .docalt1 {background:#accb7b;}

h3.open {
     background: url('/images/icons/iconfolderopen.gif');
     background-repeat: no-repeat;
     margin-bottom: 0px;
     padding-left: 25px;
     font: 11px arial, helvetica, sans-serif;
     font-weight: bold;
     margin-top: 5px;
     text-decoration: underline;}
h3.closed {
     background: url('/images/icons/iconfolderclosed.gif');
     background-repeat: no-repeat;
     margin-bottom: 0px;
     padding-left: 25px;
     font: 11px arial, helvetica, sans-serif;
     font-weight: bold;
     margin-top: 5px;}
