﻿body {
}
a
{
    font-family:Arial;
    font-size: 16px;
    font-weight: bold;
    
}
A:hover
{
    color:Green;
}
ul.Bullet {
  list-style-type: disc;
}
ul.RedPlus {
  list-style-image: url('http://www.hospicom.us/Aptalis/images/redplus.gif')
}
#table_sendCred {
    background: #254E81; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#254E81, #DFE6F4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#254E81, #DFE6F4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#254E81, #DFE6F4); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(top, #254E81, #DFE6F4);
    border-radius: 6px;
}

#grad1 {
    background: #254E81; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#254E81, #DFE6F4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#254E81, #DFE6F4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#254E81, #DFE6F4); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(top, #254E81, #DFE6F4);
    border-radius: 6px;
}
 