/* ================================================================================================== */
/* Generic Style Declarations */

body		{	font-family: "Helvetica LT Std", Helvetica, Arial, Verdana, sans-serif;
			font-size: 8pt;
			color: #333; }

hr		{	border: solid 1px #000; }

h1, h2, h3, h4, h5, h6, legend
		{	color: #000; }

h1		{	font-size: 14pt;
			border-bottom: solid 1px #000; }

h2		{	font-size: 10pt;
			margin-bottom: 4px; }

h3		{	font-size: 10pt; }	

h4		{	font-size: 9pt; }

h5		{	font-size: 8pt; }

h6		{	font-size: 8pt; }

legend		{	font-size: 6pt; }

dt		{	font-size: 8pt; }

dd		{	font-size: 8pt;
			line-height: 120%; }

sub, super	{	font-size: 50%; }

code, pre	{	font-size: 6pt; }

input, select, textarea
		{	font-size: 8pt; }

small		{	font-size: 5pt; }

a		{	color: #000; }

a:link, a:visited
		{	color: #000; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

div#Content	{	margin-top: 10px;
			padding: 0px;
			width: 100%; }

.Content	{	float: none;
			margin: 10px 0 0 0;
			padding: 10px 0 0 0;
			width: auto;
                        border: none;
                        border-top: 3px solid #000; }

.HomeContent	{	padding: 10px 0 0 0;
			width: 100%;
                        border: none;
			border-top: 3px solid #000; }

h1.Title em, a.Title em
		{	color: #000; }

/* Breadcrumb Styles */

#Bread		{	font-size: 6pt;
			color: #000;
			margin: 10px 0 5px 0; }

#Bread a:link	{	color: #000; }

#Bread a:visited, #Bread a:hover
		{	color: #000; }

/* Callout Styles */
.Callout	{	border: 1px dotted #000; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

div#Footer	{	color: #000;
			margin-top: 10px;
			padding: 10px 0 0 0;
			width: 100%;
			height: auto;
			background: transparent;
			border-top: solid 3px #333; }

#Footer p	{	font-size: 6pt;
			line-height: 180%; }

/* END Footer 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; }

#Logo, #FlyOutNav, #PriNav, .NoPrint, .Banner, .Buttons, .SideBar, .SubNav, .Tenants, .Spotlight
		{	display: none; }

/* END Layout Styles */
/* ================================================================================================== */

