body {
    margin : 0 0 0 0;
    margin-left : 1%;
    font-family: verdana, lucida, helvetica, arial, sans-serif;
    color: black;
    background-color: #ffffff;
}

h1  {
    font-size:28px;
    line-height:28px;
    font-weight:900;
    color:#ccc;
}

h1.lead  {
    font-size:18px;
    line-height:18px;
    font-weight:900;
    color:black;
}


h2  {
    font-size:18px;
    font-weight:bold;
    color:black;
}

h3  {
    font-size:14px;
    font-weight:bold;
    color:green;
}

h4  {
    font-size:12px;
    font-weight:bold;
    color:black;
}

table {
    border-style: solid;
    border-color : black;
    border-width : 1px;
    text-align: left;
    color:black;
}

table.lead {
    border-style: solid;
    border-color : black;
    border-width : 1px;
    text-align: left;
    background-color: #d4d2e9;
    color:black;
    padding: 10;
}


td  {
    font-size:12px;
    vertical-align: top;
}

th  {
    font-weight:bold;
    font-size:12px;
}

a{
    font-size : 9pt;
}
a:hover {
    color:black;
    background-color: #ffffc8;
}

pre     {
    font:12px courier, monospace;
}

blockquote {
    background-color: #dddddd;
    color: black;
}

.header {
    position:absolute;
    width:100%;
    height:30px;
    top:55px;
    left:0px;
    padding:5px 0px 5px 20px;
    border-style:solid;
    border-color:black;
    border-width:1px 0px;
}


a.header {
    color:white;
    text-decoration:none;
}

a.header:hover {
    color:black;
    text-decoration:none;
}

.hdrtxt {
    font-size:18px;
    color:white;
    font-style:italic;
}

a.hdrtxt:hover {
    color:#006699;
    text-decoration:none;
}

.menu{
/*    position:absolute; 
    top:100px;
    left:5px;
   width:165px 172px; */
    padding:10px;
    /* background-color: #94be5a; */
/*    width:150px;*/
}

menu a{
    font-size : 9pt;
}
p.menu  {
    font-size:13px;
}

table.menu {
    border-style: none;
}

.footer {
    position:relative;
    width:100%;
    font-size:10px;
    text-align: center;
    top:auto;
}


table.main {
    text-align: center;
    border-style: none;
}


input.textbox {
    text-align: right;
    background-color: #E7FF00;
    border-style:none;
}


table.left {
    text-align: left;
    vertical-align: top;
    border-style: none;
}

th.left {
    color: red;
    vertical-align: top;
}

#s_impose {
        position: relative;
        font-family : Arial;
        font-size : 12pt;
        color : navy;
        font-weight : bold;
        top : 25;
        width : 0px;
}

p.mini{
        font-size : 8pt;
}

.caption{
	color: brown;
	font-weight: bold;
}

