/* ================================================================================================== */
/* 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, legend
		{	color: #000000; }

h1		{	font-size: 21px;
			font-weight: normal;
			margin: 0 0 10px 0; }

h2, legend	{	font-size: 16px; }

h3		{	font-size: 14px;
			margin: 15px 0 0 0;
			padding: 0; }

h4, h5, h6	{	font-size: 11px; }

p		{	color: #000000; }

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, #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; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* 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 */

#Header 	{	border-bottom: #555555 1px solid;
			padding-left: 0;
			padding-right: 0; }

#Header.Internal
		{	padding-left: 0;
			padding-right: 0; }

#Banner 	{	height: auto;
			padding-left: 0;
			border: none;
			border-top: #c1c1c1 1px solid;
			background: transparent; }
			
#Banner h1	{	font-family: "KuenstlerScriptLTStd-Medium", "Kuenstler Script LT Std Medium";
			font-size: 22pt;
			font-weight: normal;
			margin-top: 20px;
			color: #000000;
			float: none; }

#Banner p	{	position: relative;
			font-size: 10pt;
			line-height: normal;
			color: #000000;
			filter: alpha(opacity=100);
			opacity: 1;
			-moz-opacity: 1; }

#Banner form	{	display: none; }

ul#FeaturedLinks
		{	display: none; }


#SiteNav 	{	display: none; }
			
.PrintOnly, #PrintLogo
		{	display: block; }

#FlyOutNav, #PriNav, #SubNav, .NoPrint
		{	display: none; }

#Content
		{	width: 100%;
			margin-top: 3px;
			padding-top: 20px;
			border-top: #c1c1c1 1px solid; }		

#Header img 	{	padding-bottom: 8px; }

#Wrapper	{	width: 100%; }



/* Internal Layout Styles */

#Content	{	width: 100%;
			padding-right: 0;
			padding-left: 0; }
			
#Callout	{	padding-right: 30px; }

#SearchBarWrapper
		{	width: 100%;
			height: 3px;
			margin-top: 9px;
			margin-bottom: 12px;
			border-top: #666666 1px solid;
			border-bottom: #c1c1c1 1px solid; }
			
#SearchBar 	{	display: none; }

#Bread		{	display: none; }



/* END Layout Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Footer Styles */

#Footer a:link, #Footer a:visited
		{	text-decoration: underline;
			color: #000000; }
			
#FooterWrapper
		{	margin: 20px 0 0 0;
			padding: 8px 0 0 0;
			border-top: #666666 1px solid; }

#FooterWrapper td
		{	margin: 0;
			padding: 0; }

#FooterWrapper ul li
		{	visibility: hidden; }

#FooterWrapper ul li#copy
		{	visibility: visible; }

#FooterWrapper, #FooterWrapper p, #FooterWrapper a:link, #FooterWrapper a:visited
		{	color: #000000;
			font-size: 9pt; }
		
#FooterWrapper.Internal
		{	margin: 20px 0 0 0;
			padding: 8px 0 0 0;
			border-top: #555555 1px solid; }

#FooterWrapper.Internal td
		{	margin: 0;
			padding: 0; }



/* END Footer Styles */
/* ================================================================================================== */
