/* ================================================================================================== */
/* Generic Style Declarations */

body		{	color: #000000;
			font-size: 9pt;
			line-height: 150%;
			margin: 0px;
			background: #ffffff; }

hr		{	color: #fff;
			height: 1px;
			background: #fff;
			border: 1px solid #ccc; }

h1, h2, h3, h4, h5, h6, code, pre
		{	color: #000000;
			text-transform: none; }

h1		{	font-size: 12pt; }

h2		{	font-size: 11pt; }

h3		{	font-size: 10pt; }

h4, h5, h6	{	font-size: 9pt; }

input, select, textarea
		{	color: #555; }

fieldset, input[type="text"], input[type="password"], select, textarea
		{	border: 1px solid #ccc; }

blockquote	{	color: #555; }	

code, pre	{	font-size: 8pt; }

a:link, a:visited
		{	text-decoration: underline;
			color: #000000; }

/* END Generic Style Declarations */
/* ================================================================================================== */




/* ================================================================================================== */
/* Styles for content containers */

.Content	{	padding: 20px 0;
			background: transparent;
			border-top: 1px solid #ccc; }

.Content .stuffing
		{	padding: 0;
			background: transparent; }

.col		{	margin: 0 0 0 6%;
			width: 47%; }

.first		{	margin: 0; }

.col h1, #Sidebar h1, h1#Skip
		{	padding-bottom: 10px;
			background: transparent;
			border-bottom: 1px solid #ccc; }

.Callout, ol#SiteMap ol
		{	border-color: #ccc; }

div.Callout, .CalloutQuote
		{	color: #555; }

ol#SiteMap, ol#SiteMap ol
		{	color: #ccc;  }

/* END Styles for content containers */
/* ================================================================================================== */




/* ================================================================================================== */
/* Layout Styles */

.PrintOnly, #PrintLogo
		{	display: block; }

#PrintLogo	{	float: left; }

#PrintSlogan	{	float: right;
			margin-top: 20px; }

#Content	{	margin: 20px 0 0 0;
			width: 100%;
			clear: both; }

#PriNav, #Header, #Banner, #Sidebar, #Brand, .NoPrint
		{	display: none; }

/* END Layout Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{	font-size: 8pt; }

#Bread a:link, #Bread a:visited, #Bread a:hover
		{	color: #000; }

/* END Breadcrumb Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #ccc;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt; }

table.Data td	{	border: 1px solid #ccc;
			font-size: 8pt; }

table.Data tr.NewRow td
		{	padding-top: 3px;
			border-top: 1px solid #ccc; }

table.Data th	{	font-weight: bold;
			font-size: 8pt;
			color: #000000;
			background-color: #eee;
			border: 1px solid #ccc; }

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 */
/* ================================================================================================== */




/* ================================================================================================== */
/* Footer Styles */

#Footer		{	font-size: 8pt;
			color: #555;
			padding: 20px 0 0 0;
			width: auto;
			background: transparent;
			border-top: 1px solid #ccc; }

#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	color: #555;
			text-decoration: underline; }

/* END Footer Styles */
/* ================================================================================================== */
