/* Generic styling */
body		{	background: #ffffff;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			line-height: 150%;
			margin: 0px; }

h1, h2, h3, h4, h5, h6, code, pre
		{	color: #000000; }

h1		{	font-size: 13pt; }

h2		{	font-size: 12pt; }

h3		{	font-size: 11pt; }

h4, h5, h6	{	font-size: 10pt; }


abbr:after, acronym:after
		{	content: " [" attr(title) "] "; }


td.Content, code, pre
		{	font-size: 10pt; }


#PriNav, #SubNav, .NoPrint, a.Close, a.Open
		{	display: none; }

a:link, a:visited, #Footer a:link, #Footer a:visited, #Bread a:link, #Bread a:visited
		{	text-decoration: underline;
			color: #000000; }

#Bread, #Footer	{	color: #000000;
			font-size: 8pt; }

td.Content > a:after
		{	content: " [" attr(href) "] ";
			text-decoration: none; }

#Bread > a:after
		{	content: ""; }



.PrintOnly, #PrintLogo
		{	display: block; }

div.CustomerLogo
		{	width: 300px;
			overflow: hidden; }


/* ================================================================================================== */			
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #000000;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
			margin: 10px 0px; }

table.Data td	{	font-size: 8pt;
			font-family: Arial, Helvetica, sans-serif;
			padding: 1px 5px;
			border: 1px solid #000000; }

table.LessLines td
		{	border: none; }

table.Data tr.NewRow td
		{	padding-top: 3px;
			border-top: 1px solid #000000; }

table.Data th	{	font-weight: bold;
			font-size: 8pt;
			font-family: Arial, Helvetica, sans-serif;
			color: #000000;
			background-color: #ffffff;
			border: 1px solid #000000; }

table.Data td table.Data td, table.Data td table.Data th, table.Data td table.Data
		{	border-color: #cccccc; }

table.Data .Totals
		{	background-color: transparent; }

table.Data .HideCol
		{	display: block; }

table.Data>.HideCol
		{	display: table-column; }

table.SizeChart	{	width: 100%; }


/* END Data Table Styles */
/* ================================================================================================== */

