/*default style sheet for all browsers but netscape 4.x*/

	
/*topnav*/
A.topnav {
	font: bold 95% times, arial, sans-serif;
	text-decoration: none;
 	text-align: center;
	color: #009966 ;
}
A.topnav:hover { 
	text-decoration: underline ;
	color: #cc0000 ;
}

/*topnav when active*/
A.topnava {
	font: bold 85% verdana, arial, sans-serif;
	text-decoration: none;
	color: #990000 ;
}
A.topnava:hover { 
	text-decoration: underline ;
	}

/*1st level of left navigation*/
.nav1 { 
	font: bold 75% verdana, arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase ;
	color: #FFFFFF ;
	background-color: #009900;
	}
A.nav1:hover { 
	text-decoration: underline
	}

/*1st level of left navigation when active*/
.nav1a { 
	font: bold 81% verdana, arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase ;
	color: #FFFFFF ;
	background-color: #000000;
	}
A.nav1a:hover { 
	text-decoration: underline
	}

/*2nd level of left navigation*/
.nav2 { 
	font: 95% arial, verdana, sans-serif ;
	text-decoration: none ; 
	text-transform: uppercase ;
	color: #003333 ;
	background-color: #FFFFFF
	}
A.nav2:hover { 
	text-decoration: underline ; 
	}

/*2nd level of left navigation when active*/
.nav2a { 
	font: 81% verdana, arial, sans-serif ;
	text-decoration: none ; 
	text-transform: uppercase ;
	color: #FFFFFF ;
	background-color: #993333
	}
A.nav2a:hover { 
	text-decoration: underline ; 
	}

/*2nd level of left navigation when at level 3 or 4*/
.nav2b { 
	font: 81% verdana, arial, sans-serif ;
	text-decoration: none ; 
	text-transform: uppercase ;
	color: #003366 ;
	background-color: #CCFFFF
	}
A.nav2b:hover { 
	text-decoration: underline ; 
	}

/*hardwork left navigation*/
.hardwork1 { 
	font: bold 81% verdana, arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase ;
	color: #FFFFFF ;
	background-color: #999966;
	}
A.hardwork1:hover { 
	text-decoration: underline
	}

.leftitems { 
	font: 89% arial, verdana, sans-serif;
	text-decoration: none;
	color: #003366 ;
	background-color: #ffffcc;
	}
A.leftitems:hover { 
	text-decoration: underline
	}

/*fixed size text spacer*/
.space {
	font: 10pt verdana, arial, sans-serif;
}

/*footr*/
.footr {
	font: 81% verdana, arial, sans-serif;
	color: #003366;
	}
.top {
	font: bold 65% verdana, arial, sans-serif;
	color: #003366;
	text-decoration: none;
	}

/*book box*/
.book {
	font: bold 65% verdana, arial, sans-serif;
	text-transform: uppercase;
	background-color: #ffcc00;
	color: #333333;
	}






B, STRONG { font-weight: bold }

I { font-style: italic }



