/* ================================================================================================== */
/* Generic styling */

body		{	background: #ffffff;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			line-height: 150%;
			margin: 0px; }

h1, h2, h3, h4, h5, h6, code, pre
		{	color: #000000; }

h1		{	font-size: 12pt; }

h2		{	font-size: 11pt; }

h3		{	font-size: 10pt; }

h4, h5, h6	{	font-size: 9pt; }

abbr:after, acronym:after
		{	content: " [" attr(title) "] "; }

/* END Generic styling */
/* ================================================================================================== */





/* ================================================================================================== */
/* Generic styles for content cells */

.Content, .Content td, .HomeContent, code, pre
		{	font-size: 9pt;
			padding: 0px; }

td.Content > a:after
		{	content: " [" attr(href) "] ";
			text-decoration: none; }

/* END Generic styles for content cells */
/* ================================================================================================== */





/* ================================================================================================== */
/* Heading styles */

h1.GetInfoBox, h1.HomeGetInfoBox, h1.PromoBox, h1.Box
		{	font-size: 10pt;
			color: #000000; }

h1.PromoBox	{	background-color: transparent;
			color: #000000;
			border-bottom: none;
			font-size: 10pt;
			text-align: left; }

/* END Heading styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout styles */

#PriNav, #SubNav, .NoPrint, #HomeBanner, #Banner, #InternalBanner, #RightColumn, .LeftSideBG
		{	display: none; }

.PrintOnly, #PrintLogo
		{	display: block; }

a:link, a:visited, #Footer a:link, #Footer a:visited, #Bread a:link, #Bread a:visited, #PromoBox a:link, #PromoBox a:visited
		{	text-decoration: underline;
			color: #000000; }

#Bread, #Footer, #Footer .FooterTxt
		{	color: #000000;
			font-size: 6pt; }

#Bread		{	padding: 0px; }

#Bread > a:after
		{	content: ""; }

/* END Layout styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Data table styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9pt; }

table.Data td	{	border: 1px solid #000000;
			font-size: 8pt; }

table.Data th	{	font-weight: bold;
			font-size: 8pt;
			color: #000000;
			background-color: #ffffff;
			border: 1px solid #000000; }

/* END Data table styles */
/* ================================================================================================== */
