/* Generic styling */
body		{	background : #ffffff ;
			font-family : Arial, Helvetica, sans-serif ;
			color : #000000 ;
			font-size : 10pt ; }

b, strong	{	font-weight : bold ; }

cite		{	font-style : normal ; }

i, em		{	font-style : italic ; }

u		{	text-decoration : underline ; }

hr		{	color : #000000 ;
			height : 1px ;
			background-color : #000000 ;
			border : 0px ; }

h1		{	font-family : Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif ;
			color : #000000 ;
			font-weight: bold ;
			font-size : 15pt ;
			padding-bottom : 0px ;
			margin-bottom : -15px ;
			background : transparent ; }

h2		{	font-family : Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif ;
			color : #000000 ;
			font-weight: bold ;
			font-size : 14pt ; }

h3		{	font-family : Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif ;
			color : #000000 ;
			font-weight: bold ;
			font-size : 13pt ; }

h4		{	font-family : Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif ;
			color : #000000 ;
			font-weight: bold ;
			font-size : 12pt ; }

h5		{	font-family : Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif ;
			color : #000000 ;
			font-weight: bold ;
			font-size : 12pt ;
			margin-left : 10pt ; }

h6		{	font-family : Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif ;
			color : #000000 ;
			font-weight: bold ;
			font-size : 12pt ;
			margin-left : 20pt ; }

code		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 100% ;
			color : #000000 ; }

pre		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 9pt ;
			line-height : 140% ;
			color : #000000 ;
			clear : both ;
			border : 1px dashed #cccccc ;
			padding : 5px ; }

td		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 100% ; }



/* Page layout styling */
#NavBanner	{	display : none ; }

#MainBanner	{	background-color : #ffffff ;
			border-bottom : 1px solid #94d194 ; }

#SubNavBar	{	display : none ; }

#MinSubNavBar	{	display : none ; }

#QCMSCaseStudyBar
		{	display : none ; }

#CaseStudyBar	{	display : none ; }

.PagePad	{	display : none ; }


.SideBar	{	background-color : #ffffff ; 
			color : #000000 ; }

.SideBar > img	{	background-color : #000000 ; }



/* 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 ; }
