body{
    color:#555555;
    font-family:verdana;
    font-size:10px;
}
td{
    color:#555555;
    font-family:verdana;
    font-size:10px;
}
strong{
    color:black;
}
.heading{
    font-family:verdana;
    color:#555555;
    font-size:16px;
}
.strong{
    font-weight:bold;
}
.red{
    color:red;
}

.success{
    background:#C2EFC4;
}
.fail{
    background:#EFC2C8;
}

.note{
    font-style:italic;
    margin-left:15px;
}
.date{
    width:65px;
}
.grey{
    background:#DFDFDF;
}
.white{
    background:white;
}
.underline{
    text-decoration:underline;
    font-weight:bold;
}
.bottom{
    border-bottom:1px dotted black;
}
.experience{
    margin-left:50px;
}
.experience td{
    border:1px solid;
    padding:2px;
}
#other_reason{
    margin-left:310px;
}
