.NAVUL {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	margin-top : 10px;
}
.NAVLI {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	list-style-image : url("images/navbulletblue.gif");
	list-style-position : outside;
	background-color : transparent;
	color : #000066;
	margin-top : 0px;
	margin-bottom : 12px;
	line-height :14px;
}
A.NAVLINKBLUE:link {
	background-color : transparent;
	color : #003366;
	text-decoration : none;
}
A.NAVLINKBLUE:visited {
	background-color : transparent;
	color : #666666;
	text-decoration : none;
}
A.NAVLINKBLUE:hover {
	background-color : transparent;
	color : #663333;
	text-decoration : underline;
}
A.NAVLINKGREY:link {
	background-color : transparent;
	color : #333333;
	text-decoration : none;
}
A.NAVLINKGREY:visited {
	background-color : transparent;
	color : #666666;
	text-decoration : none;
}
A.NAVLINKGREY:hover {
	background-color : transparent;
	color : #663333;
	text-decoration : underline;
}
.NAVULG {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
.NAVLIG {
	font-family : Arial, Helvetica, sans-serif;
	list-style-image : url("images/navbulletgrey.gif");
	list-style-position : outside;
	background-color : transparent;
	color : #000066;
	list-style-type : square;
	vertical-align : middle;
	white-space : normal;
	margin-top : 0px;
	margin-bottom : 12px;
	line-height :14px;
}

td.LEFTTD {
	background-image: url(/images/left.gif);
	background-repeat: no-repeat;
}
