body,input,textarea,button,td {
    font-family: Arial,Helvetica,Sans-serif;
    font-size:12px;
    line-height:120%;
    color:#61747e;
}

table {
    padding:0;
    margin:0;
}

hr {
    display: none;
}

form {
    margin-bottom:0;
}

.nostyle {
    text-decoration:none;
    color:black;
}

  /*Example CSS for the two demo scrollers*/

#pscroller1{
    width: 480px;
    height: 85px;
    color:white;
}

.title {
    color:#0373cc;
    font-size:20px;
    font-weight:bold;
    padding:5px;
}

.small {
    font-size: 9px;
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    line-height:120%;
}

.whitebox {
height:242px;width:510px;overflow:auto;padding-left:20px;padding-right:10px
}

.hidden {
  display: none;
}

.warning {
    color:red;
}