/* ================================================================================================== */
/* Generic Style Declarations */

body		{	background: #ffffff;
			color: #000000;
			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;
			margin-top: 1em; }

h2		{	font-size: 10pt; }

h3		{	font-size: 9pt; }

h4, h5, h6	{	font-size: 8pt; }

code, pre	{	font-size: 8pt;
			background-color: transparent; }

blockquote	{	background-image: none; }

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 a:after
		{	content: " [" attr(href) "] ";
			text-decoration: none;
			display: inline; }
*/
#Wrapper	{	width: 100%;
			background-image: none; }

#Banner		{	background-color: transparent; }

#Content	{	font-size: 8pt;
			color: #000000;
			margin: 0;
			padding: 0;
			background-color: transparent; }

#Nav		{	display: none; }

.PullQuote	{	background-color: #ffffff; }

p.BookThumb a:after
		{	content: ""; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer a:link, #Footer a:visited
		{	text-decoration: underline;
			color: #000000; }

#Footer		{	color: #000000;
			font-size: 6pt;
			background-color: transparent;
			margin: 0;
			width: 100%;
			padding: 1em 0 0 0; }

p#SMLinks	{	display: none; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	display: none; }

/* END Search 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
		{	display: block; }

#FlyOutNav, #SubNav, .NoPrint, p.CodeAlert
		{	display: none; }

#Content, #Footer
		{	width: 100%; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Home Page Styles */

.HomeFeature h2
		{	float: left;
			width: 20%;
			min-width: 120px; }

.HomeFeature p, .HomeFeature dl
		{	margin: 0 0 0 30%; }


/* END Home Page Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Banner Styles */

#Banner		{	padding: 0;
			background-image: none;
			background-color: transparent;
			margin-bottom: 2em; }

#Banner p	{	color: #000; }

#Banner p#Title	{	font-size: 24pt;
			width: auto; }

#Banner p#Title a
		{	-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			transform: none;
			text-shadow: none; }

#Banner p#Title a, #Banner p#Title a:link, #Banner p#Title a:visited, #Banner p#Title a:hover, #Banner p#Title a:active, #Banner p#Title a:focus
		{	color: #000; }

#Banner p#SubTitle
		{	width: auto;
			font-size: 14pt;
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			transform: none;
			text-shadow: none;
			margin-top: .5em; }

#Banner img#QR	{	display: block; }

/* END Banner Styles */
/* ================================================================================================== */
