.border {
border: 1px solid #DCDCDC;
}
.borderNB {
border-top: 1px solid #DCDCDC;
border-right: 1px solid #DCDCDC;
border-bottom: none;
border-left: 1px solid #DCDCDC;
}
body {
background-color: #F1F1F1;
}
body,td,th {
color: #545454;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.sb {
font-size: x-small;
font-weight: bold;
color: #2D2D2D;
}
a:link {
text-decoration: none;
color: #545454;
}
a:visited {
text-decoration: none;
color: #545454;
}
a:hover {
text-decoration: underline;
color: #545454;
}
a:active {
text-decoration: none;
color: #545454;
}
.dark {
color: #2D2D2D;
font-size: large;
}
h1 {
color: #2D2D2D;
font-size: large;
}
.ds {
color: #2D2D2D;
font-size: small;
font-weight: bolder;
}
input {
background-color: #F7F7F7;
border: 1px solid #DCDCDC;
}
.header {
font-size: small;
font-weight: bolder;
color: #2D2D2D;
background-color: #DCDCDC;
padding: 1px;
}
