<!--
BODY {
        font-family: Arial CE;
        font-style: normal;
        font-weight: normal;
        font-size: 10pt;
        color: #000000;
}

#LOGO {
        width: 800px;
}

#MD {
        width: 480px;
        float: left;
}

#PF {
        width: 320px;
        float: right;
}

#LINE {
        width: 800px;
}

#FOOTER {
        width: 800px;
}

#BODY {
        width: 800px;
}

#LEFT {
        width: 400px;
        float: left;
}

#RIGHT {
        width: 400px;
        float: right;
}

h1 {
        color: grey;
        font-size: 12px;
        text-align: left;
}

h2 {
        color: grey;
        font-size: 12px;
        text-align: center;
}

h6 {
        color: grey;
        font-size: 10px;
}

h7 {
        color: black;
        font-size: 15px;
        text-align: right;
}

p {
			color: grey;
			font-size: 12px
}

a:link {
		color: grey;
		font-size: 12px;
		text-decoration: none;
}

a:visited {
		color: grey;
		font-size: 12px;
		text-decoration: none;
}
-->


