﻿html {
    margin: 0px;
    padding: 0px;
    
    }
body {
    margin: 0px;
    padding: 0px;
    
    }

p {
    margin: 8px 15px 10px 15px;
    font: 10pt/11pt georgia,tahoma,"trebuchet ms";
    color: #74746A;
    text-align:left;
    
    }

P.header {
    margin: 8px 15px 10px 15px;
    font: 10pt/11pt georgia,tahoma,"trebuchet ms"; font-weight: bold;
    color: #74746A;
    text-align:left;
    }

p.maintitle {
    margin: 2px 12px 5px 12px;
    font: 8pt/11pt georgia,tahoma,"trebuchet ms"; font-weight: bold;
    color: #74746A;
    text-align:right;
    }


a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {color: #E4E4D8; text-decoration: none;}
a:hover {color: #FDF5E6; text-decoration: none; border-bottom: 1px dashed #E4E4D8;}
a:active {color: #E4E4D8; text-decoration: none;}


p.footer {
    margin: 5px 15px 5px 15px;
    font: 7pt/11pt georgia,tahoma,"trebuchet ms";
    color: #8B8B7A;
    text-align:center;
    }

a.footer:link {color: #59666E; font-size: 7pt; text-decoration: none;}
a.footer:visited {color: #59666E; font-size: 7pt; text-decoration: none;}
a.footer:hover {color: #C4C4B6; font-size: 7pt; text-decoration: none; border-bottom: 1px dashed #59666E;}
a.footer:active {color: #59666E; font-size: 7pt; text-decoration: none;}


p.side {
    margin: 2px 12px 5px 12px;
    font: 10pt/11pt georgia,tahoma,"trebuchet ms";
    color: #666666;
    text-align:left;
    }

p.sidetitle {
    margin: 5px 12px 5px 12px;
    font: 8pt/11pt georgia,tahoma,"trebuchet ms"; font-weight: bold;
    color: #9A9A8D;
    text-align:right;
    }

p.tempindex {
    margin: 5px 12px 5px 12px;
    font: 10pt/11pt georgia,tahoma,"trebuchet ms"; font-weight: bold;
    color: #C3C4B6;
    text-align:center;
    }


a.sidelink:link {color: #4F4F4F; font-size: 9pt; text-decoration: none;}
a.sidelink:visited {color: #58676C; font-size: 9pt; text-decoration: none;}
a.sidelink:hover {color: #808069; font-size: 9pt; text-decoration: none; border-bottom: 1px dashed #58676C;}
a.sidelink:active {color: #58676C; font-size: 9pt; text-decoration: none;}


div.sideunderline {
    margin: 3px 12px 3px 12px;
    text-align:center;
    border-bottom: 1px dashed #FEFDF1;
    }

div.mainunderline {
    margin: 3px 12px 3px 12px;
    text-align:center;
    border-bottom: 1px dashed #9A9A8D;
    }

img.border {
    border: 1px solid #74746A;
    }
