/* ================================================================================================== */
/* Generic Style Declarations */

body		{	background: #ffffff;
			color: #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt;
			line-height: 150%;
			margin: 0px; }

hr		{	color: #cccccc;
			background-color: #cccccc; }

h1, h2, h3, h4, h5, h6, code, pre
		{	color: #000000;
			text-transform: none; }

h1		{	font-size: 11pt; }

h2		{	font-size: 10pt; }

h3		{	font-size: 9pt; }

h4, h5, h6	{	font-size: 8pt; }

code, pre	{	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, #Content td.Content
		{	font-size: 8pt;
			background: #ffffff;
			color: #000000;
			padding: 0px; }

td.Content a:after
		{	content: " [" attr(href) "] ";
			text-decoration: none;
			display: inline; }
			
#Callout	{	background: none;
			width: 180px;
			padding: 10px 20px;
			margin: 0 0 0 20px;
			float: right;
			line-height: 183%;
			border: 1px dotted #d5d5d5; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer a, #Footer a:link, #Footer a:visited
		{	text-decoration: underline;
			color: #000000; }

#Footer li	{	color: #000000;
			font-size: 6pt; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread a:link, #Bread a:visited
		{	text-decoration: underline;
			color: #000000; }

#Bread		{	color: #000000;
			font-size: 6pt; }

#Bread > a:after
		{	content: ""; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Home Table Styles */

#HomeContent table
		{	margin: 25px 0 0 0; }
			
#HomeContent table td
		{	border: 0;
			padding: 0 10px 0 0;
			margin: 0;
			width: 33%; }
			
#HomeContent table td h2
		{	color: #000000;
			border: 0;
			padding: 0;
			height: auto; }
			
#HomeContent table td.Column1 h2
		{	background: none; }
		
#HomeContent table td.Column2 h2
		{	background: none; }
		
#HomeContent table td.Column3 h2
		{	background: none; }
		
#HomeContent table td div
		{	margin: 0;
			padding: 0; }
			
#HomeContent table td.Column1
		{	background: none;
			width: 33%;
			line-height: normal; }
		
#HomeContent table td.Column2
		{	background: none; }
		  
#HomeContent table td.Column3
		{	background: none;
			padding: 0; }
		
#HomeContent table td dd
		{	padding: 0;
			border: none; }
		
/* END Home Table Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt; }

table.Data td	{	border: 1px solid #000000;
			font-size: 8pt; }

table.Data tr.NewRow td
		{	padding-top: 3px;
			border-top: 1px solid #000000; }

table.Data th	{	font-weight: bold;
			font-size: 8pt;
			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 */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

.PrintOnly, #PrintLogo
		{	display: block; }

#Banner, #FlyOutNav, #PriNav, #SubNav, .NoPrint, #Rotator
		{	display: none; }

#Content, #Footer
		{	width: 100%; }

/* END Layout Styles */
/* ================================================================================================== */