/* Generic styling */
body		{	background : #ffffff;
			font-size : 10pt ; }

hr		{	color : #000000 ;
			height : 1px ; }

h1		{	font-size : 13pt ; }

h2		{	font-size : 12pt ; }

h3		{	font-size : 11pt ; }

h4, h5, h6	{	font-size : 10pt ; }

sup, super	{	font-size: 75%; }

td		{	font-size : 10pt ; }



/* Page layout styling */
td.Content	{	font-size : 10pt ; }

.News		{	color : #000000; }

#Footer td, #Footer a
		{	color: #000000;
			font-size: 8pt; }

#Bread		{	font-size : 8pt ; }

.BannerRepeat, .DotRepeat, td.SideBG, td#SideBG, #PriNav
		{	display: none; }

/* For data tables */
table.Data	{	border-collapse: collapse;
			border: 1px solid #000000;
			background-color: #ffffff; }

table.Data th	{	background-color: #000000;
			color: #000000;
			font-size: 10pt; }

table.Data td	{	font-size: 10pt; }

/* All link styles */
td.Content > a:after
		{	content : " [" attr(href) "] " ;
			text-decoration : none ; }

a:link		{	text-decoration : underline ;
			color : #000000 ;
			background : transparent ; }

a:visited	{	text-decoration : underline ;
			color : #000000 ;
			background : transparent ; }

a:hover		{	text-decoration : underline ;
			color : #000000 ;
			background : transparent ; }
