h1, h2, h3, p, a, body, ul, ol, li, table, td, i, b, u {
font-family: sans-serif,helvetica;
 font-size: 10pt;
 color : black;
}

h1, h2, h3 {
 font-weight : bold;
 text-align : center;
}

h1 { font-size: 15pt }
h2 { font-size: 12pt }

ul {
 text-align : justify;
 list-style-type: disc;
}

ol {
 text-align : justify;
}

body {
 background: white;
}

TABLE.main
{
   width: 100%;
}

hr.text {
 margin-left: auto;
 margin-right: auto;
 width: 60%;
 height: 1px;
 color : red;
}

P {
 text-align : justify;
 text-indent: 1em;
}

p.poem {
   text-align: center;
   text-indent: 0px;
   font-style: italic;
}

P.sub {
   font-weight : bold; 
   text-indent: 0em;
   font-size: 8pt;
   display: inline;
   font-family: verdana,sans-serif,helvetica;
}

A {
	color : #0060bb;
	text-decoration : underline;
	font-weight : bold
}
A:Active { color : #0000ff }
A:Hover { color : #0080ff }

A.menu {color : #0000ff }
A.menu:Active { color : #a000ff }
A.menu:Hover { color : #009000 }

TD.menu {
   background-color: rgb(200,220,240);
   vertical-align: top;
   width: 15%;
    
}

TD.menubis {
   background-color: rgb(200,220,240);
   vertical-align: top;
   width: 15%;
   font-size: 1pt;
}


A.sub {
    color : #006000;
    font-size: 9pt;
	font-family: verdana,sans-serif,helvetica;
}
A.sub:Active { color : #009000 }
A.sub:Hover { color : #008000 }

A.link {
	
	font-style: italic;
    color : #0066FF;
    font-size: 12pt;
	font-family: helvetica;
}
A.link:Active { color : #0066FF }
A.link:Hover { color : #FF0000 }

TD.sub {
   padding-left: 1em;
}

A.email { font-style : italic }

P.signature {
	text-align : right;
	font-style : italic;
	font-weight : bold;
}
P.xxx {
	text-align : center;
	font-family : verdana;
	color : #009999;
    font-size: 8pt;
	
}

P.signaturedate {
	text-align : right;
}

TD.text {
   padding : 10pt 10pt 10pt 10pt;
   background-color: white;
   width: auto;
}

P.logo {
   text-align: center;
   margin-bottom: 0px;
   margin-top: 0px;
}

IMG.separator
{
   border: 0px;
   margin-left: auto;
   margin-right: auto;
   display: block;
   text-align: center;
}

IMG.zoom
{
 border: 0px;
 margin-right: 0px;
 margin-left: auto;
 display: block;
 float: right;
}
