/* ================================================================================================== */
/* Generic Style Declarations */

body		{	background: #ffffff;
			color: #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt;
			line-height: 150%;
			margin: 0px; }

h1, h2, h3, h4, h5, h6, code, pre
		{	color: #000000; }

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	{	font-size: 8pt;
			background-color: #ffffff;
			color: #000000;
			padding: 0;
			margin-top: 0; 
			border: 0; }

.Content > a:after
		{	content: " [" attr(href) "] ";
			text-decoration: none; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer a:link, #Footer a:visited
		{	text-decoration: underline;
			color: #000000; }

#Footer	{	color: #000000;
			font-size: 8pt;
			border-color: #dddddd; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread a:link, #Bread a:visited
		{	text-decoration: underline;
			color: #000000; }

#Bread		{	color: #000000;
			font-size: 8pt; }

#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
		{	display: block; }

#FlyOutNav, #PriNav, #SubNav, .NoPrint, #Logo
		{	display: none; }
		
#Container
		{	border-top: 5px solid #dddddd; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Home page Styles */

#HomeFeatures
		{	margin: 0; }

#HomeFeatures h3, #HomeFeatures dt
		{	padding-left: 0;
			background: transparent; }

#HomeFeatures dd, #Features p
		{	margin-left: 0; }
			
#HomeFeatures dd cite
		{	color: #aaaaaa; }
		
.HomeContent
		{	font-size: 9pt;
			color: #000000;	
			padding: 0;
			border: 0; }

#Features, #LinkBox1
		{	padding: 0 20px 0 0; }

#LinkBox1
		{	background: transparent;
			border: 0; }

#LinkBox2
		{	padding: 0;	
			background: transparent;
			border: 0; }

/* END Home page Styles */
/* ================================================================================================== */
