<STYLE>

.nav
{
text-decoration: none;color: white
}
a.nav:hover
{
color: white;
text-decoration: underline
}

a.nav:link
{
text-decoration: none;color: white
}

.navnol
{
text-decoration: none;color: white
}
a.navnol:hover
{
color: white;
text-decoration: none
}

a.navnol:link
{
text-decoration: none;color: white
}

.linkblack
{
text-decoration: underline;color: black
}

a.linkblack:link
{
text-decoration: underline;color: black
}

.linkwhite
{
text-decoration: underline;color: white}

a.linkwhite:link
{text-decoration: underline;color: white}

td.allcell
{
background-image: url("<%=strImagePathTemplate%>/all.gif");
background-repeat: no-repeat;
}

td.comparecell
{
background-image: url("<%=strImagePathTemplate%>/compare.gif");
background-repeat: no-repeat;
}

</STYLE>
