/*   http://www.davidorchard.com/online/do2navbar.css   */

a#book:hover {
	background : transparent;
	color : #ffff99
}

a:link, a:visited {
	color : #99ccff;
	text-decoration : none;
	font-size : 10px
}

a:hover {
	color : #ffff99;
	text-decoration : none
}

a.rbar:link, a.rbar:visited { /* Jeff - This is the code for the "rbar" anchor tags: link and visited links */
	color : #ffff99;
	text-decoration : none;
	font-size : 10px;
}

a.rbar:hover {				/* This is the code for the "rbar" anchor tags: hover links */
	color : #ffff99;
	text-decoration : none;
	font-size : 10px;
 font-weight : bold
} 

table.rbar {				/* This is the code for the "rbar" table tag */
	width : 100px;
	margin-left : auto;
	margin-right : auto;
}

table.rbar td {				/* This is neat - the code for ALL td tags WITHIN an "rbar" table tag! */
	text-align : center;
    height : 20px;			/* Although I've set the td height to 40px here, please note that I have also added a break tag and a non-breaking space ( &nbsp; ) to each title; this is needed for line spacing for Netscape 4.x, which doesn't recognize the height declaration */
/* Changed from 40 px to 30 px 20040608-Doug*/
/* Changed from 30 px to 20 px 20041006-Doug*/
}

a.menulink:link, a.menulink:visited {
	background : transparent;
	color : #0066CC;
	text-decoration : none
}

a.menulink:hover, a.menulink:active {
	background : transparent;
	color : #3399FF;
	text-decoration : none
}

a.r-menu:link, a.r-menu:visited {
	color : #0066CC;
	text-decoration : none
}

a.r-menu:hover {
	color : #3366ff;
	text-decoration : none
}

body {
	background-color : #000033;
	color : #CCCCCC
}

body, td, a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold; /*removed the comment tags arounf this line 20041007 Doug*/
}