/* 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: 13pt; }

h2		{	font-size: 12pt; }

h3		{	font-size: 11pt; }

h4, h5, h6	{	font-size: 10pt; }


abbr:after, acronym:after
		{	content: " [" attr(title) "] "; }


td.Content, code, pre
		{	font-size: 10pt; }


#PriNav, #SubNav, .NoPrint
		{	display: none; }

a:link, a:visited, #Footer a:link, #Footer a:visited, #Bread a:link, #Bread a:visited
		{	text-decoration: underline;
			color: #000000; }

#Bread, #Footer	{	color: #000000;
			font-size: 8pt; }

td.Content > a:after
		{	content: " [" attr(href) "] ";
			text-decoration: none; }

#Bread > a:after
		{	content: ""; }

/* For data tables */
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: 9pt; }

table.Data th	{	font-weight: bold;
			font-size: 9pt;
			color: #000000;
			background-color: #ffffff;
			border: 1px solid #000000; }

.PrintOnly, #PrintLogo
		{	display: block; }

