BODY { 
    background: white;
    color: #0000ff;
    font-family: sans-serif;
    text-align: left;
    
}
    
H1 {
    text-align: center;
}

a:link {
    color:#505050
}
a:visited {
    color: #AE06C8;
}
a:hover {text-decoration:underline}

H2 {
    margin-top: 1.1em;
    margin-bottom:0 px;
    text-align: left;
}

H3 {
	font-style: oblique;
	font-weight: bold;
	font-size: 1em;
    text-align: left;
}
H4 {
	font-style: italic;
	font-weight: bold;

}
H5 {
	font-style: normal;
	font-weight: bold;
}


P.Menubar {
	text-align: center;
	font-size: 0.85em;
	margin: 0.25em;
	padding: 0em;
	
}
DIV.header {
    text-align: center;
}

DIV.Salutation {
    margin-left: 33%;
}
DIV.SubGroup {
	margin-left: 2em;
}   

DIV.Footnote {
    font-size: .9em;
    margin-left: 0.5em;
    text-indent: -0.5em
}
LI {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

HR.Footnote {
    text-align: left;
    width: 33%;
}


.Center {
    text-align: center;
}

img.FL {
    float:left
}

img.FR {
    float:right
}

