<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table#nav {
background-image: url(../graphics/ag-navback1.png);
background-repeat: repeat-x;
height: 30px;
}
table#nav a {
color: #FFFFFF;
display: table-cell;
border-right-width: 2px;
border-left-width: 2px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #555500;
border-left-color: #aaaa00;
height: 30px;
width: 30px;
font-size: 10px;
line-height: 12px;
font-weight: bold;
vertical-align: middle;
padding-right: 6px;
padding-left: 6px;
text-decoration: none;
text-align: center;


}
table#nav a:hover {
color: #FFFFFF;
background-image: url(../graphics/ag-navbackover.png);
background-repeat: repeat-x;
display: table-cell;
border-right-width: 2px;
border-left-width: 2px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #999900;
border-left-color: #999900;
height: 30px;
width: 30px;
font-size: 10px;
line-height: 12px;
font-weight: bold;
vertical-align: middle;
padding-right: 6px;
padding-left: 6px;
text-decoration: none;
text-align: center;
}
table#nav td {
padding-left: 12px; /* was 26 */
white-space: nowrap;
}

/*
table#nav {
background-image: url(../graphics/navback1.gif);
background-repeat: repeat-x;
height: 30px;
}
table#nav a {
color: #FFFFFF;
display: table-cell;
border-right-width: 2px;
border-left-width: 2px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #003366;
border-left-color: #3399CC;
height: 30px;
width: 30px;
font-size: 10px;
line-height: 12px;
font-weight: bold;
vertical-align: middle;
padding-right: 20px;
padding-left: 20px;
text-decoration: none;
text-align: center;
}
table#nav a:hover {
color: #FFFFFF;
background-image: url(../graphics/navbackover.gif);
background-repeat: repeat-x;
display: table-cell;
border-right-width: 4px;
border-left-width: 0px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #003366;
border-left-color: #3399CC;
}
table#nav td {
padding-left: 26px;
white-space: nowrap;
}
*/</pre></body></html>