A {text-decoration:none; font-family: Arial, Helvetica, sans-serif; color: #005AA4;}	/*   */
A:hover {text-decoration:underline;color:#A9100B}
body {
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #4EA9D7;
}			/*  tools's sea blue page bg color */

.globalmenu {font-size: 14px; font-family: Arial, Helvetica, sans-serif; }

.tabTitleFwd {								/* how index pg - tab forward  */
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
 	color: #003366;}

.tabTitleBck {font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold;}

.tuteTitle {											/* all tools howto child pgs title style  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
	text-decoration: none;}

.tuteListTitle {										/*  howto index pg tute title style */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;}
	
.tuteListdescript {										/*  howto index pg tute description style */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #000000;}

.visitormsg {											/* howto tools index pg visitor msg */
	font-family: "Comic Sans MS";
	font-size: 0.8em;									/*  */
	color: #000066;
	background-color:#d7fafb;
}

.tutestepsTable {										/* table style of howto tools steps  */
	background-color: #DEFEFD;
	border:0; 
	width: 100%;
}

.tutestepsTable2 {										/* another table style of howto tools steps  */
	background-color: #FFECD9;
	border:0; 
	width: 100%;
}


.tuteintrotable {										/* tools tute intro table style  */
	background-color: #C0F3F1; border:0; width: 100%;}
	
.tableBtn {
	background-image:url(../images/howToToolsOvalGradBlue.gif);
	background-repeat:no-repeat;
	bottom: auto;
}
	
.TOC1 {
	font-size: 0.9em;
	font-weight:bold;}
	
.TOC1 a:hover {
	text-decoration:underline;
	color: #0066CC;}
	
	
/* project tute pages drop down menu styles  */

#mynav, #mynav ul {
	padding-left: 10px;
	margin: 0;
	list-style: none;
}

#mynav a {
	display: block;
	width: 15em;
}

#mynav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#mynav li:hover ul, #mynav li.sfhover ul {
	left: auto;
	font-weight:normal;
	background-color: #cc875a;}	


#mynav li {
	float: left;
	width: 17em;
	list-style: none;
	background-color: #f9e8cf;
	border-top: solid 2px #DA9A70;
	border-right: solid 1px #DA9A70;
	text-align: left;
	margin: 0em;
	position:relative;
	font-size:14px
}

#mynav li a {
  	display: block;
  	padding: .4em;
}
.micronText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
