/* This is the Stylesheet used for the StratiMind.com web site */
/* set defaults for the HTML elements (in alphabetical order following body element) */
		body {
			background-color:#FFFFFF;
			font-family: Arial, sans-serif;
			font-size:10px;
			line-height:14px;
			color: black;
			}
		em	{
			font-weight:bolder;
			font-size:larger;
			font-style:normal;
			}		
		h1 {
			font-weight: bold;
			font-size: 12pt;
			line-height: 14pt;
			font-family: arial, sans-serif;
			}		
		h2 {
			color:#330066; /* 330066 is dark purple */
			font-weight: bold;
			font-size: 12pt;
			line-height: 14pt;
			font-family: arial narrow, sans-serif;
			}		
		h3 {
			font-weight: bold;
			font-size: 10pt;
			line-height: 12pt;
			font-family: arial, sans-serif;
			}	
		pre {
			font-size:12px;
			}	
/* set default style for links */
		a:link {
			color:blue;
			text-decoration:none;
			}
		a:visited {
			color:blue;
			text-decoration:none;
			}
		a:active {
			color: blue;
			font-weight: normal;
			text-decoration:underline;
			}
		a:hover {
			color: blue;
			font-weight: normal;
			text-decoration:underline;
			}
/* set default style for top corner nav area */
		.topcornernav {
			color: #ccccff; /* CCCCFF is StratiMind periwinkle blue */
			font-size: 10pt;
			line-height: 12pt;
			font-weight: normal;
			padding-right: 10px;
			}
		a.topcornernav:link {
			color: blue; 
			font-weight: normal;
			text-align:right;
			margin-left: 0px;
			margin-right: 0px;
			padding: 0px;
			padding-right: 0px;
			}
		a.topcornernav:hover {
			text-decoration:underline;
			}
		a.topcornernav:active {
			text-decoration:underline;
			}
		a.topcornernav:visited {
			text-decoration:none;
			}
 /* set style for tag line area */ 
		td.tagline {
			color: black;
			font-family: "Zurich Ex BT", Arial, sans-serif;
			font-size:14px;
			line-height:16px;
			font-weight: bold;
			}
		.red_asterisk {
			color: #FF0000; /* FF0000 is red */
			font-weight: bold; 
			font-size:14px;
			}
/* set style for topmenu elements*/
		.topmenu
			{
		    FONT-SIZE: 9pt;
		    MARGIN-LEFT: 0pt;
		    MARGIN-RIGHT: 5pt;
		    MARGIN-TOP: 1pt;
		    MARGIN-BOTTOM: 1pt;
		    FONT-FAMILY: Tahoma, Arial;
		    TEXT-ALIGN: right;
		    COLOR: black;
		    FONT-WEIGHT: bolder;
			}

		.submenu
			{
		    FONT-SIZE: 8pt;
		    MARGIN-LEFT: 2pt;
		    MARGIN-RIGHT: 2pt;
		    MARGIN-TOP: 1pt;
		    MARGIN-BOTTOM: 1pt;
		    FONT-FAMILY: Tahoma, Arial;
		    TEXT-ALIGN: left;
		    COLOR: black;
		    FONT-WEIGHT: bolder;
			}

		A.topmenu:link
			{
		    FONT-SIZE: 9pt;
		    COLOR: #ffffff;
		    FONT-WEIGHT: bolder;
		    font-weight: bold;  
		    FONT-FAMILY: Tahoma, Arial;
		    TEXT-DECORATION: none
			}
		A.topmenu:visited
			{
		    FONT-SIZE: 9pt;
		    COLOR: #ffffff;
    		FONT-WEIGHT: bolder;
    		font-weight: bold;  
    		FONT-FAMILY: Tahoma, Arial;
    		TEXT-DECORATION: none
			}
		A.topmenu:active
			{
			FONT-SIZE: 9pt;
			COLOR: #284281;
 			FONT-WEIGHT: bolder;
 			font-weight: bold;  
		  	FONT-FAMILY: Tahoma, Arial;
    		TEXT-DECORATION: none
			}
		A.topmenu:hover
			{
    		FONT-SIZE: 9pt;
    		COLOR: #284281;
    		FONT-WEIGHT: bolder;
    		font-weight: bold;  
    		FONT-FAMILY: Tahoma, Arial;
    		TEXT-DECORATION: none
			}
		TD.topmenu
			{
    		FONT-SIZE: 9pt;
			Border-right: 3pt solid white;
    		MARGIN-LEFT: 3pt;
    		MARGIN-RIGHT: 6pt;
    		MARGIN-TOP: 1pt;
    		MARGIN-BOTTOM: 1pt;
    		FONT-FAMILY: Tahoma, Arial;
    		TEXT-ALIGN: right;
    		COLOR: #ffffff;
    		FONT-WEIGHT: bolder;
    		font-weight: bold  
			}

/* set style for left column elements*/
		.leftcol {
			color:black;
			font-size: 11pt;
			line-height:14px;
			font-family: "arial narrow", sans-serif;
			}
		td.leftcol {
			MARGIN-TOP: 10pt;
			height:auto;
			}
		A.leftcol:link	{
			color: #5e3884; /* #5e3884 is dark purple */
			font-size: 11pt;
			line-height:14px;
			text-decoration:none;
/*			font-weight: bold; */
			}		
		A.leftcol:hover	{
			color: #5e3884;
			text-decoration:underline;
			}
		A.leftcol:active	{
			color: #5e3884;
			text-decoration:underline;
			}
		A.leftcol:visited	{
			color: #5e3884;
			text-decoration:none;
			}
 		div.content {
			font-family: Arial, sans-serif;
			color: black;
			font-size:12px;
			background-color:white;
			height:auto;
			margin: 0px;
			margin-right: 0px;
			border-left: 3px solid #ccccff; /* CCCCFF is StratiMind periwinkle blue */
			border-right: 0px solid black;
			padding: 5px;
			}
		label {
			color: black;
			font-size:11px;
			line-height:14px;
			background-color:#CCCCaa; /* #CCCCaa is a medium tan color*/
			}
		td {
			color: black;
			font-size:12px;
			line-height:14px;
			}
/* set style for quote attribution */
		.readmore {
			font-size: 12px;
			font-style: normal;
			text-decoration: none;
			text-align: right;
			color: #660000; /* dark brown */
			margin: 0px;
			padding: 0px;
			}
/* set style for quote */
		.quote {
			color: black;
			font-style: italic;
			text-align: left;
			margin-bottom: 0px;
			padding-bottom: 0px;
			}
/* set style for quote attribution */
		.quoteattrib {
			font-size: 12px;
			font-style: normal;
			font-weight:bold;
			text-align: left;
			color: #660000; /* dark brown */
			margin: 0px;
			padding: 0px;
			}
		.inlinepurpleboldheader	{
			color: #5e3884; /* #5e3884 is dark purple */
			font-family: Arial, sans-serif;
			font-size:12px;
			line-height:14px;
			text-decoration:none;
 			font-weight: bold; 
			}		
/* set style for left-floating images */
		#image_float_left {
			float: left;
			color: blue;
			font-style:italic;
			font-size:14px;
			text-align: center;
			margin: 3px;
			border: 0px solid black;
			padding: 0px;
			}
/* set style for right-floating images */
		#image_float_right {
			float: right;
			color: blue;
			font-style:italic;
			font-size:14px;
			text-align: center;
			margin: 10px;
			border: 1px solid black;
			padding: 5px;
			}
/* set style for right column elements*/
		.rightcol {
			color: black;
			font-family: Arial, sans-serif;
			font-size:12px;
			line-height:14px;
			font-style: normal; 
			background-color:#CCCCFF; /* CCCCFF is StratiMind periwinkle blue */
			}
		td.rightcol {
			color: black;
			font-family: Arial, sans-serif;
			font-size:12px;
			line-height:14px;
			font-style:italic; 
			background-color:#FFFFFF; 
			padding:5px; 
			border:1px solid black; 
			}
		a.rightcol:link {
			color: blue;
			text-align:right;
			font-family: Arial, sans-serif;
			font-size:12px;
			line-height:12px;
			font-style:normal; 
			text-decoration:none;
			background-color:#FFFFFF; 
			}
		a.rightcol:hover {
			text-decoration:underline;
			background-color:#FFFFFF; 
			}
		a.rightcol:active {
			text-decoration:underline;
			background-color:#FFFFFF; 
			}
		a.rightcol:visited {
			text-decoration:none;
			background-color:#FFFFFF; 
			}
		.online_insights {
			font-family: "Arial";
			font-size:18px;
			font-style: italic;
			font-weight: bold;
			line-height:20px;
			}
		.relatedtopicsheader {
			color:black;
			font-size: 11pt;
			line-height:14px;
			font-family: "arial narrow", sans-serif;
			}
		a.relatedtopicsheader:link	{
			color: #5e3884; /* #5e3884 is dark purple */
			font-family: Arial, sans-serif;
			font-size:12px;
			font-weight: normal;
			text-decoration:none;
			padding-top:5px;
			padding-left:5px;
/*			font-weight: bold; */
			}		
		A.relatedtopicsheader:visited	{
			color: #5e3884; /* #5e3884 is dark purple */
			font-family: Arial, sans-serif;
			font-size:12px;
			font-weight: normal;
			text-decoration:none;
			padding-top:5px;
			padding-left:5px;
			}
		A.relatedtopicsheader:active	{
			color: #5e3884; /* #5e3884 is dark purple */
			font-family: Arial, sans-serif;
			font-size:12px;
			text-decoration:none;
			padding-top:5px;
			padding-left:5px;
			}
		A.relatedtopicsheader:hover	{
			color: #5e3884; /* #5e3884 is dark purple */
			font-family: Arial, sans-serif;
			font-size:12px;
			text-decoration:underline;
			padding-top:5px;
			padding-left:5px;
			}

		/* set style for logo area and make it float left */
		td.horiz_navbar {
			text-align:right;
			font-size:10px;
			line-height:14px;
			color: black; 
			margin: 0px;
			border: 0px solid white;
			padding-right: 3px;
			}
			
		/* set default style for top edge spacer area (used for shadow effect) */
		/* set default style for div content area as black text on white background */
		/* set style for footer area to be body background with white text, logo font */		
		#footer {
			font-family: 'tempus Sans ITC', cursive;
			text-align: center;
			color:white;
			border: 0px solid white;
			margin-top: 5px;
			padding: 5px;
			}
		#free_search_rank_form {
			color: black;
			font-size:10px;
			line-height:12px;
			background-color:#CCCCaa; /* #CCCCaa is a medium tan color*/
			font-family: Arial, sans-serif;
			}

		/* set default style for links inside hoirizontal navbar */
		a.horiz_navbar:link {
			color:black;
			font-size: 10pt;
			text-decoration:none;
			}
		a.horiz_navbar:visited {
			color:blue;
			font-size: 10pt;
			text-decoration:none;
			}
		a.horiz_navbar:active {
			color: blue;
			font-size: 10pt;
			text-decoration:none;
			}
		a.indent:link {
			font-family: Arial, sans-serif;
			font-weight: normal;
			text-decoration:none;
			}
		a.indent:visited {
			}
		a.indent:hover {
			font-weight: normal;
			text-decoration:underline;
			}
		a.indent:active {
			font-weight: normal;
			text-decoration:none;
			}
		a.indent2:link {
			font-family: Arial, sans-serif;
			font-size: smaller;
			font-weight: normal;
			text-decoration:none;
			}
		a.indent2:visited {
			}
		a.indent2:hover {
			font-weight: normal;
			text-decoration:underline;
			}
		a.indent2:active {
			font-weight: normal;
			text-decoration:none;
			}
		/* set default style for links inside content area */
		a.contentlink:link {
			color:blue;
			text-decoration:none;
			}
		a.contentlink:visited {
			color:blue;
			text-decoration:none;
			}
		a.contentlink:hover {
			color: blue;
			text-decoration:underline;
			}
		a.contentlink:active {
			color: blue;
			text-decoration:none;
			}
		a.indentlk:link {
			color:#5e3884;
			font-family: Arial, sans-serif;
			font-size:8pt;
			line-height:10pt;
			font-weight: normal;
			text-decoration:none;
			}
		a.indentlk:visited {
			text-decoration:none;
			}
		a.indentlk:hover {
			text-decoration:underline;
			}
		a.indentlk:active {
			text-decoration:underline;
			}

		h1.right {
			font-weight: bold;
			font-size: 12pt;
			line-height: 14pt;
			font-family: arial, sans-serif;
			padding-left:300px;
			}	
		div.right {
			padding-left:300px;
			}		
		div.indentlk  {
			text-indent: 25px;
			padding-left:300px;
			}

/* end of stylesheet */
