﻿table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
    width: 100%;
}

td.lead {
    font-size: 100%;
    font-weight:bold;
    color:#000000;
}

td.center {
     text-align: center
}

td.right {
     text-align: right
}

/* Styles for spans
----------------------------------------------------------*/
span.tinyText {
    font-size:70%;
}

/* horizontal rule
---------------------------------------------------------*/
hr {
    background-color:transparent;
    color:#000000;
    height:1px;
    width:100%;
    text-align:left;
}

