.header {
 font-family: arial, sans-serif;
 display: block;
 height: 26px;
}

.header a {
 display: block;
 border: 1px solid #800000;
 padding: 5 px;
 text-decoration: none;
 font-weight: bold;
 text-align: center;
 font-size: 12px;
 height: 26px;
 color: #FFFEBF;

}

.header a:hover {
 color: #800000;
 border: 1px solid #800000;
 text-decoration: underline;
 background: #FFFEBF;
 height: 26px;
 filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFF40', startColorstr='#FFFEBF', 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;
border: 1px solid #800000;
width: 100%;
background: #FFFEBF;
font-size: 14px;
font-weight: bold;
color: #800000;
padding: 5px;
}

.pagetitle {
display: block;
border: 1px solid #800000;
width: 100%;
height: 22px;
background: #FFFF40;
font-size: 16px;
font-weight: bold;
color: #800000;
padding: 5px;
}