/* TAGS / Print */

	table { color:#000;
			font-size:9pt; 
		}

	a { color:#000 }

	#noPrint { display:none }
	.noPrint { display:none }
	.forPrint { display:inline }
	table.forPrint { display:table }
	div.forPrint { display:block }

/* BORDERS */
	
	.tBROut, .tBRIn, .tImgBorder, .tImgBorderRed {
		border-width:2px; 
		border-style:solid; 
		border-color:#000;
	}

/* LINK CLASSES */

	.nlink, .rlink, .alink { color:#000; }

/* CLASSES */

	.baseStyle {	
		font-size: 9pt; 
		font-family:verdana, tahoma, arial, sans-serif
		color:#000 
	}
	
	.sep10 {
		font-size: 1px;
		height: 5px;
	}
	
	.titleTextRed, .subTitleTextRed, .whiteTitle {
		font-family:verdana, tahoma, arial, sans-serif 
		font-weight:bold;
		color:#000;
	}
	
	.titleTextRed {
		font-size:12pt; 
	}
	
	.subTitleTextRed {
		font-size:11pt; 
	}
