/* ================================================================================================== */
/* 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;
			margin: 0px; }

h1		{	font-size: 11pt;
			font-weight: bold; }

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 */

#Wrapper
		{	width: 100%; }

.Content, #Content td.Content
		{	font-size: 8pt;
			background-color: #ffffff;
			color: #000000;
			padding: 0px; }

td.Content a:after
		{	content: " [" attr(href) "] ";
			text-decoration: none;
			display: inline; }
			
td#HomeContent
		{	background: #FFFFFF;
			width: 33%; }
			
td#HomeContent p, td#HomeContent h1
		{	margin: 0px;
			padding: 0px; 
			color: #000000;
			line-height: 140%; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Home Callouts and Home Features Styles */

.HomeCallouts
		{	width: 33%; }

.HomeCallouts h1
		{	background: #FFFFFF;
			color: #000000;
			padding: 0px; }
			
#HomeFeatures
		{	display: none; }

/* END Home Callouts and Home Features  Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer a:link, #Footer a:visited
		{	text-decoration: underline;
			color: #000000; }

#Footer	{	color: #000000;
			font-size: 6pt;
			background-color: #FFFFFF; }

/* 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 */
/* ================================================================================================== */





/* ================================================================================================== */
/* 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, .Hide
		{	display: block; }

#Banner, #FlyOutNav, #PriNav, #SubNav, .NoPrint
		{	display: none; }

#Content, #Footer
		{	width: 100%; }

/* END Layout Styles */
/* ================================================================================================== */
