body{
font-family: Tahoma;
}

a.menuLinks{
font-size: 14px;
color: white;
font-weight: bold;
text-decoration: none;
}

a:Hover.menuLinks{
font-size: 14px;
color: white;
font-weight: bold;
text-decoration: underline;
}

a.pageLinks{
font-size: 10px;
color: black;
font-weight:bold;
text-decoration: none;
}

a:Hover.pageLinks{
font-size: 10px;
font-weight: bold;
color: blue;
text-decoration: underline;
}

.vertBar{
background-image: url(Images/vertBar.gif);
background-repeat: repeat-y;
width: 1px;
}

.horBar{
background-image: url(Images/horBar.gif);
background-repeat: repeat-x;
height: 1px;
}
