<!--
BODY {
	background-color : White;
	color: black;
	font-family : Arial, Helvetica, sans-serif;
}

.indent {
	margin-left:70px;
	margin-right:40px;
}

A {
	font-style : normal;
	text-decoration : none;
}

a:link {
	color:#00308f;
    Xfont-size:13px; 
        font-weight:600
     }
a:link.foo {
    color:white;
    font-size:13px; 
        font-weight:700
     }
a:visited {
	color:#00308f;
    Xfont-size:13px; 
        font-weight:600
     }
a:visited.foo {
	color:white;
    font-size:12px; 
        font-weight:700
     }
a:active {
	color:#00308f;
    Xfont-size:13px;
    font-weight:600
     }
a:active.foo {
    color:white;
    font-size:12px;
    font-weight:700
     }

<!--
.header{
	font-size: 10pt;
	color : #FFFFFF;
	font-weight : bold;
}
-->

.green{
	color : Black;
	font-weight : normal;
}

.yellow{
	color : #9E9E00;
	font-weight : bold;
}

.red{
	color : #CC3333;
	font-weight : bold;
}

.rot{
	color: red;
}

.bold{
	font-weight : bold;
}

.blue{
	color : #00308F;
	font-size: 10pt;
	font-weight : bold;
}

.brown{
	color : #A06F00;
	font-weight : bold;
}

.white{
	color: white;
}

.foo {
	color: white;
}


hr{
	color : #A0a000;
	width: 100%;
	height: 10px;
}

pre{
	font-family:	monospace;
	background-color: #f0f0f0;
	margin-left:40px;
        margin-right:40px;
	padding: 10px;
}
	

.rightalign{
	text-align: right;
}
-->
<foo/>
