/* CSS Document */


.top {
color:#c9c9c9;
font-size:12px;
background-color:#000000;
}
input, select, textarea {
font-size:10px;
}
.textinput {
border: 1px solid #bdbdbd;
color:#5f5f5f;
}
.emph {
font-weight:bold;
font-size:12px;
}
.light {
color:white;
}
.footer {
color:#808080;
font-size:10px;
}
.footer a:link {
color:#808080;
text-decoration:none;
}
.footer a:active {
color:#808080;
text-decoration:none;
}
.footer a:visited {
color:#808080;
text-decoration:none;
}
.footer a:hover {
color:#808080;
text-decoration:underline;
}
.title {
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}