body { 
background: #3d3d3d;
font-family: arial;
font-size: 16px;
text-align: left;
}
a:link, a:visited{
color: #000;
text-decoration: underline;
font-weight: 400;
}
.back {
background: #FFF;
}
.bar {
background: #FFF;
padding: 5px;
}
.navblock {
background: #FFF;
border: 1px solid #717171;
padding: 1px;
font-size: 13px;
}
.navblock1 {
background: #FFF;
border: 1px solid #717171;
padding: 1px;
font-size: 16px;
}
dt.button {
background-image: url(images/button.gif);
background-repeat: no-repeat;
background-position: right;
background-color: #fff;
font-size: 12px;
font-family: arial;
border-bottom: 1px solid #e3e3e3;
padding: 1px;
}
dt.button:hover {
background-image: url(images/button-over.gif);
background-color: #D6E9F6;
}
.picturebar {
border-bottom:1px solid #535353;
}
input {
border: 1px solid #717171;
font-size: 11px;
}
.loginbox {
font-size: 11px;
}
.spacer {
padding: 1px;
}
.underline {
text-decoration: underline;
}