/*     Document   : style    Author     : Detonator    Description: Purpose of the stylesheet follows.*/BODY{    background-color: #E9F6FC;    color: #054C80;    font-family: arial;       }P{    font-size: 13px;    }.highlighted{    background-color: #ABD5E6;    text-align: right;    }.bgtitle{    background-color: #6D9BBF;    text-align: left;    border-color: #6D9BBF;    }.title{    color: #053050;    font-weight: bold;    font-size: 13px;    margin-left: 20px;    }A{    color: blue;    text-decoration: none;    font-weight: bold;    }.dark{    background-color: #A2CBE3;    text-align: center;    vertical-align: top;    border-right: 1px solid #266B7E;    border-left: 1px solid #266B7E;    font-size: 10;    }.light{    background-color: #C3E1F3;    text-align: center;    vertical-align: top;    border-right: 1px solid #266B7E;    border-left: 1px solid #266B7E;    font-size: 10;    }TABLE.catalogue{    border-top: 5px solid #266B7E;    border-bottom: 5px solid #266B7E;    }TD.small_img{    text-align: right;    font-size: 12px;    vertical-align: top;    padding: 5px;    }IMG{    border: 0;    }
