/* Generic styling */
body		{	background : #ffffff;
			font-family : "Times New Roman", Georgia, Times, serif ;
			font-size : 11pt ;
			line-height : 140% ; }

b, strong	{	font-weight : bold ; }

i, em, cite	{	font-style : italic ; }

u		{	text-decoration : underline ; }

h1		{	font-family : "Times New Roman", Georgia, Times, serif ;
			font-size : 16pt ;
			margin-bottom : 5pt ; }

h2		{	font-family : "Times New Roman", Georgia, Times, serif ;
			font-size : 14pt ; }

h3		{	font-family : "Times New Roman", Georgia, Times, serif ;
			font-size : 13pt ; }

h4		{	font-family : "Times New Roman", Georgia, Times, serif ;
			font-size : 12pt ; }

h5		{	font-family : "Times New Roman", Georgia, Times, serif ;
			font-size : 12pt ;
			margin-left : 5pt ; }

h6		{	font-family : "Times New Roman", Georgia, Times, serif ;
			font-size : 12pt ;
			margin-left : 10pt ; }

code		{	font-family : Courier, "Courier New", fixed-width ;
			font-size : 9pt ; }

pre		{	font-family : Courier, "Courier New", fixed-width ;
			font-size : 9pt ;
			line-height : 140% ; }

td		{	font-family : "Times New Roman", Georgia, Times, serif ;
			font-size : 11pt ; }

th		{	font-family : "Times New Roman", Georgia, Times, serif ;
			font-weight : bold ;
			font-size : 11pt ; }

input, select, textarea
		{	font-family : Arial, Helvetica, sans-serif ;
			font-size : 10pt ;
			margin-top : 3pt ;
			color : #000000 ; }

hr		{	color : #000000 ;
			height : .5pt ; }


/* Generic stylea for content cells */
td.content	{	font-family : "Times New Roman", Georgia, Times, serif ;
			font-size : 11pt ; }

font.content	{	font-family : "Times New Roman", Georgia, Times, serif ;
			font-size : 11pt ; }


.footer		{	font-family : "Times New Roman", Georgia, Times, serif ;
			font-size : 9pt ;
			line-height : 130% ;
			text-align : center ; }


/* For data tables */
table.data	{	border-left : 1px #cccccc solid ;
			border-bottom : 1px #cccccc solid ; }

td.data		{	border-right : 1px #cccccc solid ;
			border-top : 1px #cccccc solid ; }

th.data		{	border-right : 1px #cccccc solid ;
			border-top : 1px #cccccc solid ; }



/* For styling form elements */
input.b		{	font-family : arial, sans-serif ;
			font-size : 11pt ;
			padding-top : 4px ;
			padding-bottom : 2px ; }

input.t, textarea.t, select.t
		{	font-family : arial, sans-serif ;
			font-size : 12pt ;
			padding-left : 1px; }



/* For application errors */
.error          {       color : #ff0000 ; }



/* Pull quote title */
.PullTitle 	{	font-family : Georgia, Times New Roman, Times, serif ;
			font-size : 12pt ;
			color : #ffffff ;
			font-weight : bold ;
			line-height : 140% ; }



/* Pull quote copy */
.PullQuote 	{	font-family : "Times New Roman", Georgia, Times, serif ;
			font-size : 9pt ;
			color : #000000 ;
			line-height : 140% ; }






/* Breadcrumb navigation */
.BreadCrumb 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 8pt ;
			line-height : 140% ;
			margin : 2px 5px 2px 2px ; }

a.ABread 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 8pt ; }



/* All content links, or unstyled links */
a:after		{	content : " [" attr(href) "] " ; }

a:link		{	text-decoration : underline ;
			color : #0000cc ; }

a:visited	{	text-decoration : underline ;
			color : #330033 ; }

a:hover		{	text-decoration : underline ;
				color : #cc0000 ; }


/* Breadcrumb links */
a.ABread:after	{	content:"";}
a.ABread:link	{	text-decoration : none ;
			color : #000000 ; }

a.ABread:visited
		{	text-decoration : none ;
			color : #000000 ; }

a.ABread:hover	{	text-decoration : underline ;
			color : #993300 ; }


/* And now hide stuff */
.NoPrint	{	display : none ; }

/* Hide from printing */

.PrintOnly	{	display : block ; }