/* ================================================================================================== */
/* Generic Style Declarations */

body, td	{	font-size: 9pt;
			line-height: 150%;
			margin: 0px;
			background: #ffffff; }

hr		{	border-top: 3pt double #aaaaaa; }

h1, h2, h3, h4, h5, h6, code, pre
		{	color: #000000; }

h1		{	font-size: 13pt; }

h2		{	font-size: 11pt; }

h3		{	font-size: 10pt; }

h4, h5, h6	{	font-size: 9pt; }

code, pre, small
		{	font-size: 8pt; }

a:link, a:visited
		{	text-decoration: underline;
			color: #000000; }

abbr:after, acronym:after
		{	content: " (" attr(title) ") "; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content
		{	font-size: 9pt;
			width: 100%;
			border-top: 1pt solid #aaaaaa;
			border-left: 0; }

.Content h1
		{	padding: 0;
			margin: 10px 0px;
			background-color: transparent;
			border: 0; }

.Content img
		{	border: 1pt solid #aaaaaa; }

.ContentBody a:after
		{	content: " [" attr(href) "] ";
			text-decoration: none;
			display: inline; }

.ContentBody
		{	padding: 0px 0px 5px 0px;
			border-left: 0; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

.PrintOnly, #PrintLogo
		{	display: block; }

#PrintLogo
		{	padding-bottom: 5px; }

#Wrapper
		{	width: 100%;
			margin: 0;
			border: 0; }

#FlyOutNav, #PriNav, #SubNav, #Logo, #Banner, #HomeBanner, .NoPrint
		{	display: none; }

#Content, #Footer
		{	width: auto;
			margin: 0px; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Home Page Styles */

#Products
		{	border: 0; 
			margin-bottom: 0px; }

#Products table
		{	width: auto;
			border-collapse: collapse; }
			
#Products td
		{	padding: 0px 10px 10px 0px; }

#Products td.UpperLeft, #Products td.BottomRight
		{	border: 0; }

#Products h2
		{	font-size: 10pt; }

/* END Home Page Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#qcms	{	display: none; }

#Footer	{	font-size: 8pt;
			width: 100%;
			padding: 5px 0px;
            border-top: 1pt solid #aaaaaa; }

#Footer p
		{	margin: 0; }

#Footer a:link, #Footer a:visited
		{	text-decoration: underline;
			color: #000000; }

#Footer	td	{	background-color: #ffffff;
			padding: 0px 10px; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread a:link, #Bread a:visited
		{	text-decoration: underline;
			color: #000000; }

#Bread	{	color: #000000;
			font-size: 8pt;
			padding: 5px 0px;
			background: transparent;
			border: 0; }

#Bread a:after
		{	content: ""; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */			
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9pt; }

table.Data td	{	border: 1px solid #000000;
			font-size: 9pt; }

table.Data tr.NewRow td
		{	padding-top: 3px;
			border-top: 1px solid #000000; }

table.Data th	{	font-weight: bold;
			font-size: 9pt;
			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; }

/* END Data Table Styles */
/* ================================================================================================== */
