//  =========== File:LTK/css/INTRO.css      2019-02-19 ============
/*  Copyright (C) 2014-19 IDEA ToolKits, LLC. All Rights Reserved.
*/


* {  font-family: 'Lucida Grande', Verdana, sans-serif; }

body {
	font-family: Times, Serif; font-size:14px; color:black;
	text-align:left;
	margin: 0;	padding: 0; background-color: white;
	} /* end body */

@media screen and (min-device-width: 320px) {
	//if viewing on an iphone or ipod touch -- use bigger body font
	body { font-size:18px;}
	}

div.intro {
	font-family: Times, Serif; font-size: 18px;  font-weight:bold; color:black;}
div.footnotes  {
	font-size:12pt; color:black; }

.NavBar A { font-family:Verdana; font-size:10pt; }	
.NavBar A:link {text-decoration:none;}
.NavBar A:visited {text-decoration:none;}
.NavBar A:active {text-decoration:none;}
.NavBar A:hover {text-decoration: underline; color:red; }

	
H2 {	font-family: verdana, Helvetica, sans-serif;
	font-size: 24px; color: #0000D0;  font-weight:bold; 
	text-align:left; margin-bottom: 5px;
	}
H3 {	font-family: verdana, Helvetica, sans-serif;
	font-size: 22px; color: #0000D0;  font-weight:normal; 
	text-align:left;   margin-bottom: 2px;
	} 

TD.QnA {  border: 1px solid black; width: 32px; height:32px;   background:#EEFFEE;  
			font-family: Helvetica; font-size: 24px; color: #008088;  font-weight:bold; 
			 text-align:center;  valign:top;  padding: 5px;
			  -webkit-border-radius: 11px;}
			 
TD.QnAbody {  border: 1px solid black; 
			font-size:18px; color: #000;  font-weight:normal; 
	  		text-align:left;  text-valign:top;   padding: 5px;
			  -webkit-border-radius: 7px; }
	
TD.FeeCategory{  border: 2px solid blue; width: 64px; height:32px;  background:#EEF;  
			font-family: Helvetica; font-size: 24px; color: #00F;  font-weight:bold; 
			 text-align:center;  valign:top;  padding: 5px;
			  -webkit-border-radius: 9px;}
			 
td.FeeProsCons {  border: 1px solid black; width: 845px;  
			font-size:22px; color: #000;  font-weight:normal; 
	  		text-align:left;  text-valign:top;   padding: 5px;
			  -webkit-border-radius: 5px; }

TH.FeeCheck {  border: 6px solid #FFE; width: 30px;  background:#DDD; 
			font-size:28px; color: #0C0;  font-weight:bold; 
	  		text-align:center;  text-valign:center;   padding: 9px;
			background-image: -webkit-linear-gradient(top, #DDD, #AAA);
			  -webkit-border-radius: 9px; }
