.header {
 font-family: arial, sans-serif;
 display: block;
 height: 16px;
}

.header a {
 display: block;
 border: 1px solid #335FB8;
 background: #335FB8;
 text-decoration: none;
 font-weight: bold;
 text-align: center;
 font-size: 12px;
 height: 16px;
 color: #FFFFFF;

}

.header a:hover {
 color: #003A82;
 border: 1px solid #FFFFFF;
 text-decoration: underline;
 background: #9FD7FB;
 height: 16px;
 filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#BFDCBF', gradientType='0')
}

.pagelink a {
text-decoration: none;
color: #335FB8;
font-family: arial, sans-serif;
font-size: 12px;
font-weight: bold;
padding: 2px;
}


.pagelink a:hover {
text-decoration: underline;
color: #CC0000;
}

.linkheader {
display: block;
width: 100%;
background: #BFDCBF;
font-size: 14px;
font-weight: bold;
color: #000000;
}

.pagetitle {
display: block;
width: 100%;
height: 22px;
padding: 2px;
background: #BFCDE8;
font-size: 14px;
font-weight: bold;
color: #000000;
}

LI.first {
list-style: url(bluebullet2.gif) inside;
}

LI.second {
list-style: url(greenbullet.gif) inside;
}