/* CSS Print Document */
/* Start of general template print CSS*/
body {font-family: "Times New Roman", Times, Garamond, serif;
}

.printonly {display:block;}

h1
{
	background-color: #fff;
	color: #000;
	font-size: 14pt;
	line-height: 16pt;
	padding: 0;
}

h2
{
	font-size: 13pt;
	line-height: 14pt;
	padding: 0;
}

h3 {
	font-size: 12pt;
	line-height: 12pt;
	padding: 0;
}

#awt-middle-col 
{
	font-size: 11pt;
	line-height: 15pt;
	width: auto
}

#awt-middle-col li {
	margin-bottom: 6px;
}

#awt-middle-col a:link:after, #awt-middle-col a:visited:after {
   content: " (" attr(href) ") ";
}
.awt-skipNav, #awt-header, #awt-topNav, #awt-left-col, #awt-right-col, .awt-crumbs, 
#awt-bottom-nav, #awt-copyright, #state-header, #state-logo, #state-menu, #state-search, #navFour {display: none;}
/* End of general template print CSS*/

caption {
	font-size: 11pt;
	color: #000;
	font-weight: bold;
	padding: 4px;
	text-align: left;
}

/* Styles for print css for tbstriping data tables with javascript stripes.js */
table.tbstriped0,
table#tbstriped,
table#tbstriped2,
table#tbstriped3  { border: 1px solid #666; }
		
table.tbstriped0 tbody tr th, 
table#tbstriped tbody tr th,
table#tbstriped2 tbody tr th,
table#tbstriped3 tbody tr th
{
	background-color: #fff;
	font-size: 11pt;
	color: #000;
	text-align: left;
	padding: 3px 8px;
}

table.tbstriped0 th, 
table#tbstriped th,
table#tbstriped2 th,
table#tbstriped3 th  { border: 1px solid #666; }

table.tbstriped0 tr td,
table#tbstriped tr td,
table#tbstriped2 tr td,
table#tbstriped3 tr td
{
	font-family: "Times New Roman", Times, Garmond, serif;
	font-size: 11pt;
	padding: 3px 8px;
	background: #fff;
}

table.tbstriped0 tbody td,
table#tbstriped tbody td,
table#tbstriped2 tbody td ,
table#tbstriped3 tbody td  {
	border: 1px solid #666;
}

/* End of print css for tbstriping data tables with javascript stripes.js*/

/* Styles of custom print CSS*/

dt	{
	font-weight: bold;
}

/* End of custom print styles/

