/* ================================================================================================== */
/* Generic Style Declarations */

body		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
			line-height: 150%;
			color: #000000;
			margin: 0px;
			background: #ffffff;}

hr		{	border-top: 1px solid #cccccc; }

h1, h2, h3, h4, h5, h6, code, pre
		{	color: #000000;
			text-transform: none; }

h1		{	font-size: 17pt; }

h2		{	font-size: 14pt; }

h3		{	font-size: 11pt; }

h4, h5, h6	{	font-size: 8pt; }

code, pre	{	font-size: 8pt; }

a:link, a:visited
		{	text-decoration: underline;
			color: #000000; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content	{	padding: 0; }

.Features td	{	border-bottom: 1px dotted #dddddd; }

.Features td.thumb img	
		{	border: 1px solid #cccccc; }

.Features a:link, .Features a:visited, .Features a:hover
		{	color: #000000; }

.Callout	{	color: #000000;
			background: #eeeeee;
			border: 1px solid #cccccc; }

ol#SiteMap, ol#SiteMap ol
		{	color: #cccccc;  }

ol#SiteMap ol	{	border-left: 1px dotted #cccccc; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

#Banner, #PriNav, .NoPrint, .Sidebar
		{	display: none; }

#Wrapper, #Footer
		{	margin: 0;
			width: auto; }

#Wrapper	{	padding-top: 20px;
			background: transparent;
			border-top: 1px solid #555555; }

.PrintOnly, #PrintLogo
		{	display: block; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer		{	font-size: 6pt;
			color: #000000;
			padding: 15px 0 0 0;
			margin: 0;
			width: auto;
			background: transparent;
			border-top: 1px solid #cccccc; }

#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	text-decoration: underline;
			color: #000000; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread a:link, #Bread a:visited
		{	text-decoration: underline;
			color: #000000; }

#Bread		{	color: #000000;
			font-size: 6pt; }

/* 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 */
/* ================================================================================================== */
